public InquiryController(IInquiryRepository iinquiryRepo, IMSSQLPDOFunctionRepository imssqlRepo, ISystemMessageEventsRepository_PDO imessageEventsRepo,
                          IEmployeePDORepository iemployeeRepo, IClientPDORepository iclientPdoRepo)
 {
     inquiryRepo       = iinquiryRepo;
     mssqlRepo         = imssqlRepo;
     messageEventsRepo = imessageEventsRepo;
     employeeRepo      = iemployeeRepo;
     clientPdoRepo     = iclientPdoRepo;
 }
Esempio n. 2
0
 public OrderPDOController(IOrderPDORepository iorderRepo, IMSSQLPDOFunctionRepository imssqlRepo)
 {
     orderRepo = iorderRepo;
     mssqlRepo = imssqlRepo;
 }