Exemplo n.º 1
0
 public void AddNewStock(skStock StockOBJ, int UserID)
 {
     StockRepo.AddNewStockItem(StockOBJ, UserID);
 }