Exemplo n.º 1
0
 public int QuantityOnHand(int companyId)
 {
     return(transLogRepo.SumByItemId(Id, companyId));
 }