Esempio n. 1
0
 public int GetReorderLevelById(int companyId, int itemId)
 {
     return(stockInGateway.GetReorderLevelById(companyId, itemId));
 }