Пример #1
0
 public IEnumerable <Protocol> GetAll() => protocolRepository.GetAll();
Пример #2
0
 public IEnumerable <Protocol> GetAllProtocol(string lang = "en")
 {
     return(databasePlaceholder.GetAll(lang));
 }
Пример #3
0
 public IEnumerable <Protocol> GetAllProtocols()
 {
     return(_repo.GetAll());
 }