Exemple #1
0
 public IQueryable <EmployeeContacts> GetEmployeeContacts()
 {
     return(_contactRepository.GetEmployeeContacts());
 }