예제 #1
0
 public Controller(IServiceOne service_one, IServiceTwo service_two, ServiceThree service_three)
 {
     ServiceOne   = service_one;
     ServiceTwo   = service_two;
     ServiceThree = service_three;
 }
예제 #2
0
 public Controller(IServiceOne service_one, IServiceTwo service_two, ServiceThree service_three)
 {
     ServiceOne = service_one;
     ServiceTwo = service_two;
     ServiceThree = service_three;
 }