Ejemplo n.º 1
0
 /// <summary>
 /// The List method gets the list of objects from the Data Layer.
 /// </summary>
 /// <returns>List of Customer objects</returns>
 public static List <Customer> List()
 {
     return(DataCustomer.List());
 }