Beispiel #1
0
        public async Task <ActionResult> PostAsync(AppUser user)
        {
            await _service.AddUser(user);

            return(Created("", null));
        }