Example #1
0
 public int AvaiLavelQty(StockInModel stockinModel)
 {
     return(_stockInRepository.AvaiLavelQty(stockinModel));
 }