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