예제 #1
0
 public SampleReceivingController(ISampleReceivingService SampleReceivingService, IUOMService UOMService, IProductService ProductService, ITestService TestService)
 {
     this.SampleReceivingService = SampleReceivingService;
     this.UOMService = UOMService;
     this.ProductService = ProductService;
     this.TestService = TestService;
 }
예제 #2
0
 public SampleReceivingController(ISampleReceivingService SampleReceivingService, IUOMService UOMService, IProductService ProductService, ITestService TestService)
 {
     this.SampleReceivingService = SampleReceivingService;
     this.UOMService             = UOMService;
     this.ProductService         = ProductService;
     this.TestService            = TestService;
 }
 public TestAllocationController(ISampleReceivingService SampleReceivingService, ITestAllocationService TestAllocationService, IDropDownListService DropDownListService, IUOMService UOMService, IUserService UserService, IUserGroupService UserGroupService)
 {
     this.SampleReceivingService = SampleReceivingService;
     this.TestAllocationService = TestAllocationService;
     this.DropDownListService = DropDownListService;
     this.UOMService = UOMService;
     this.UserService = UserService;
     this.userGroupService = UserGroupService;
 }