示例#1
0
 public DataTable BUS_GetBasicInfo_Products(int ProductID)
 {
     return(dal_Products.DAL_GetProductInfoByID(ProductID));
 }