Esempio n. 1
0
 // test constructor
 public CustomerController(ICustomerOps service)
 {
     this.service = service;
 }
Esempio n. 2
0
 // default constructor
 public CustomerController()
 {
     service = POS.Configuration.customerOps;
 }