Exemplo n.º 1
0
 public DeleteContact(IEFUoW eFUoW)
 {
     _eFUoW = eFUoW;
 }
Exemplo n.º 2
0
 public GetAllContacts(IEFUoW eFUoW)
 {
     _eFUoW = eFUoW;
 }
Exemplo n.º 3
0
 public UpdateContact(IEFUoW eFUoW)
 {
     _eFUoW = eFUoW;
 }
Exemplo n.º 4
0
 public ContactsController(IEFUoW efUoW, ILogger logger)
 {
     _efUoW  = efUoW;
     _logger = logger;
 }
Exemplo n.º 5
0
 public AddNewContact(IEFUoW eFUoW)
 {
     _eFUoW = eFUoW;
 }