Include using statements in the code sample (#984)

Include the necessary using statements in the code sample
This commit is contained in:
RobKraft 2019-08-12 11:57:07 -05:00 committed by Thiago Loureiro
parent 60e3a3737a
commit 437515594d

View File

@ -42,6 +42,9 @@ AddOcelot() (adds ocelot services), UseOcelot().Wait() (sets up all the Ocelot m
.. code-block:: csharp .. code-block:: csharp
using Ocelot.DependencyInjection;
using Ocelot.Middleware;
public class Program public class Program
{ {
public static void Main(string[] args) public static void Main(string[] args)