Exemplo n.º 1
0
 public Controller(IServiceOne service_one, IServiceTwo service_two, ServiceThree service_three)
 {
     ServiceOne   = service_one;
     ServiceTwo   = service_two;
     ServiceThree = service_three;
 }
Exemplo n.º 2
0
 public Controller(IServiceOne service_one, IServiceTwo service_two, ServiceThree service_three)
 {
     ServiceOne = service_one;
     ServiceTwo = service_two;
     ServiceThree = service_three;
 }