Example #1
0
 public static List <Phone> GetAll()
 {
     return(PhoneDAO.GetAll());
 }