public CustomerServiceController(ICustomerServiceService customerServiceService)
 {
     this._customerServiceService = customerServiceService;
 }
Esempio n. 2
0
 public CustomerServiceController(ICustomerServiceService CSService)
 {
     _CSService = CSService;
 }