Пример #1
0
 public int ReOrderLavel(StockInModel stockinModel)
 {
     return(_stockInRepository.ReOrderLavel(stockinModel));
 }