Ejemplo n.º 1
0
 public IEnumerable <Contact> GetAllContacts()
 {
     return(_contactDAL.GetAllContacts());
 }