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