public CustomersController()
 {
     service = new CustomerService();
 }
Beispiel #2
0
 public SoftwareService()
 {
     _customerService = new CustomerService();
     _context         = new CRMEntities();
 }