Exemple #1
0
 public Task Update(YearCost yearCost, int id)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Task Insert(YearCost yearCost)
 {
     throw new NotImplementedException();
 }