Exemplo n.º 1
0
 // GET: Staff
 public ActionResult Index()
 {
     return(View(staffService.GetActiveStaff()));
 }