EmployeeGetAllWithJobDuties() публичный Метод

public EmployeeGetAllWithJobDuties ( ) : IEnumerable
Результат IEnumerable
 // GET: Matches/ByEmployeeMore
 public ActionResult ByEmployeeMore()
 {
     return(View(m.EmployeeGetAllWithJobDuties()));
 }