Exemplo n.º 1
0
        public ActionResult Login(string username, string password)
        {
            try
            {
                // TODO: Add update logic here

                GMSData db = new GMSData();


                return(RedirectToAction("Index"));
            }
            catch
            {
                return(View());
            }
        }