public DTSecurityManagerController(IDTSecurityManagerSvc service, ICustomerSvc customerSvc)
 {
     this.service     = service;
     this.customerSvc = customerSvc;
 }
Пример #2
0
 public OfficialReceiptController(IOfficialReceiptSvc service, IDTSecurityManagerSvc DTSecurityservice)
 {
     this.service           = service;
     this.DTSecurityservice = DTSecurityservice;
 }