コード例 #1
0
ファイル: YearCostWriter.cs プロジェクト: TimVercauteren/BM
 public Task Update(YearCost yearCost, int id)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: YearCostWriter.cs プロジェクト: TimVercauteren/BM
 public Task Insert(YearCost yearCost)
 {
     throw new NotImplementedException();
 }