Beispiel #1
0
 public DataTable GetAllStock(int?stckId)
 {
     return(stockDAL.GetAllStock(stckId));
 }