Exemplo n.º 1
0
 public IEnumerable <Protocol> GetAll() => protocolRepository.GetAll();
Exemplo n.º 2
0
 public IEnumerable <Protocol> GetAllProtocol(string lang = "en")
 {
     return(databasePlaceholder.GetAll(lang));
 }
Exemplo n.º 3
0
 public IEnumerable <Protocol> GetAllProtocols()
 {
     return(_repo.GetAll());
 }