Exemplo n.º 1
0
 // GET: Designation
 public ActionResult Index()
 {
     return(View(Designation.GetAll()));
 }