public JobExecutionController(IBranchOperationService branchOperationService, IAdminService adminService, ICITService citService, IParttimerService parttimerService)
 {
     BranchOperationService = branchOperationService;
     AdminService           = adminService;
     CITService             = citService;
     ParttimerService       = parttimerService;
 }
示例#2
0
 public BranchOperationController(IBranchOperationService branchOperationService)
 {
     BranchOperationService = branchOperationService;
 }