Exemplo n.º 1
0
 public int GetItemStockOutQuantity(int id)
 {
     return(_stockOutRepository.GetItemStockOutQuantity(id));
 }