Beispiel #1
0
 public RecallController(IRecallRepository irecallRepo, ISystemMessageEventsRepository_OTP imessageEventsRepo, IUtilityServiceRepository utilRepo, IEmployeeOTPRepository empRepo)
 {
     recallRepo        = irecallRepo;
     messageEventsRepo = imessageEventsRepo;
     utilServiceRepo   = utilRepo;
     employeeRepo      = empRepo;
 }
 public TenderController(ITenderRepository itenderRepo, IMSSQLFunctionsRepository isqlFunctionRepo, ISystemMessageEventsRepository_OTP imessageEventsRepo, IEmployeeOTPRepository empRepo)
 {
     tenderRepo        = itenderRepo;
     sqlFunctionRepo   = isqlFunctionRepo;
     messageEventsRepo = imessageEventsRepo;
     employeeRepo      = empRepo;
 }
Beispiel #3
0
 public EmployeeOTPController(IEmployeeOTPRepository iemployeeOtpRepo)
 {
     employeeOtpRepo = iemployeeOtpRepo;
 }