Example #1
0
 public static void Main(string[] args, IDependencyThing dep1)
 {
     BuildWebHost(args).Run();
     _dep = dep1;
     if (_dep == null)
     {
         Console.WriteLine("dep id null");
     }
 }
Example #2
0
 public DependentThing(IDependencyThing dependencyThing)
 {
 }