예제 #1
0
        public ActionResult addHash(Hash hash)
        {
            var result = _hashService.AddHash(hash);

            return(RedirectToAction("Index"));
        }