Beispiel #1
0
        public ActionResult Create(FormCollection collection)
        {
            try
            {
                User0 newUser = new User0();

                return(RedirectToAction("Index"));
            }
            catch
            {
                return(View());
            }
        }
Beispiel #2
0
 public override int GetHashCode()
 {
     return(User0.GetHashCode() ^ User1.GetHashCode());
 }