예제 #1
0
 // GET: UserType
 public ActionResult Index()
 {
     return(View(UserType.GetAll()));
 }