コード例 #1
0
 public ActionResult AddNew(UsersTable input)
 {
     input.Role = 1;
     uf.Insert(input);
     return(Redirect("/User/"));
 }