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

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