public CustomersController()
 {
     service = new CustomerService();
 }
Пример #2
0
 public SoftwareService()
 {
     _customerService = new CustomerService();
     _context         = new CRMEntities();
 }