コード例 #1
0
ファイル: FlowService.cs プロジェクト: gsanders32/WellData
 public IEnumerable <Flow> GetAll()
 {
     return(_flowRepository.GetAll());
 }