예제 #1
0
 public object CustomerQuery(string Sql)
 {
     return(dal.CustomerQuery(Sql));
 }