示例#1
0
 public static bool ExistsProduct(string tableName)
 {
     return(dal.ExistsProduct(tableName));
 }