コード例 #1
0
 public Task Update(ProcurementBll elementToUpdate)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task Insert(ProcurementBll element)
 {
     throw new NotImplementedException();
 }