예제 #1
0
 public async Task <string> AddNewProfile([FromBody] Profile profile)
 {
     return(await _userAccountService.AddNewProfile(profile));
 }