示例#1
0
 public IEnumerable <Contact> GetAllContacts()
 {
     return(_contactDAL.GetAllContacts());
 }