mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:42:50 +08:00
Include using statements in the code sample (#984)
Include the necessary using statements in the code sample
This commit is contained in:
parent
60e3a3737a
commit
437515594d
@ -42,6 +42,9 @@ AddOcelot() (adds ocelot services), UseOcelot().Wait() (sets up all the Ocelot m
|
||||
|
||||
.. code-block:: csharp
|
||||
|
||||
using Ocelot.DependencyInjection;
|
||||
using Ocelot.Middleware;
|
||||
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user