Example #1
0
 public int Update(int id, PurchaseUpdateApiModel updated)
 {
     return(_purchaseContext.Update(id, updated));
 }