Ejemplo n.º 1
0
 public ContactController(IContactInventoryEFRepository repository)
 {
     _repository = repository;
 }
Ejemplo n.º 2
0
 public ContactController()
 {
     _repository = new ContactInventoryRepository(new Repository.Entities.ContactInventoryContext());
 }