コード例 #1
0
 public IEnumerable <Protocol> GetAll() => protocolRepository.GetAll();
コード例 #2
0
ファイル: ProtocolController.cs プロジェクト: hres/api-ctweb
 public IEnumerable <Protocol> GetAllProtocol(string lang = "en")
 {
     return(databasePlaceholder.GetAll(lang));
 }
コード例 #3
0
 public IEnumerable <Protocol> GetAllProtocols()
 {
     return(_repo.GetAll());
 }