Пример #1
0
 public DepartamentoController(IDepartamentoServices service)
 {
     Service = service;
 }
 public DeparatamentoController(IDepartamentoServices departamentoServices)
 {
     _departamentoServices = departamentoServices;
 }