JobDutyGetAllWithEmployees() public method

public JobDutyGetAllWithEmployees ( ) : IEnumerable
return IEnumerable
 // GET: Matches/ByJobDutyMore
 public ActionResult ByJobDutyMore()
 {
     return(View(m.JobDutyGetAllWithEmployees()));
 }