EmployeeGetAllWithOrgInfo() public method

public EmployeeGetAllWithOrgInfo ( ) : IEnumerable
return IEnumerable
Ejemplo n.º 1
0
 // GET: Employees
 public ActionResult Index()
 {
     return(View(m.EmployeeGetAllWithOrgInfo()));
 }