EmployeeGetAllWithJobDuties() public method

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