Ejemplo n.º 1
0
 public static List <Customer> Customer_ListNoPagination()
 {
     return(CustomerDB.GetAll());
 }