public CustomerCardController(ICustomerCardService customerCardService)
 {
     this.CustomerCardService = customerCardService;
 }
Ejemplo n.º 2
0
 public CustomerCardController(ICustomerCardService service)
 {
     this.service = service;
 }
 public CustomerCardsController(ICustomerCardService customerCardService)
 {
     _customerCardService = customerCardService;
 }
Ejemplo n.º 4
0
 public CustomerCardController(ICustomerCardService service)
 {
     this.service = service;
 }