示例#1
0
 public static List <tbl_customers> GetAllCustomer()
 {
     return(CustomerProvider.GetAllCustomer());
 }