Exemplo n.º 1
0
        public ActionResult Create(Account OurAccount)
        {
            AccountClient client = new AccountClient();

            client.Create(OurAccount);
            return(RedirectToAction("Index"));
        }