Beispiel #1
0
 public int AddHistory(BllHistoryStockTable historyStockTable)
 {
     return(dal.AddHistory(historyStockTable));
 }