Exemplo n.º 1
0
 public PurchaseReturn GetPurchaseReturn(long id) => return_repo.GetFirst(o => o.PurchaseReturnId == id);