public CustomersController()
 {
     service = new CustomerService();
 }
Ejemplo n.º 2
0
 public SoftwareService()
 {
     _customerService = new CustomerService();
     _context         = new CRMEntities();
 }