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