Exemplo n.º 1
0
 public static bool AddStocks(int id, int quantity)
 {
     return(dal.AddStocks(id, quantity));
 }