예제 #1
0
 //按客户名称查询
 public static IQueryable Custquery(string SName)
 {
     return(CustomerDAL.Custquery(SName));
 }