public int Insert(StockIn stockIn) { return(_stockInRepository.Insert(stockIn)); }
public bool Insert(StockIn st) { bool chk = rs.Insert(st); return(chk); }