Exemplo n.º 1
0
        public IHttpActionResult GetRegistration()
        {
            string Name = Thread.CurrentPrincipal.Identity.Name;


            return(Ok(regRepo.GetRegInfoByName(Name)));
        }