Example #1
0
 public int InsertStockIn(StockIn stockIn)
 {
     return(_stockInRepository.InsertStockIn(stockIn));
 }