コード例 #1
0
 public async Task <IActionResult> ChangeProfileType(Guid userId, string profile, string newprofile)
 {
     return(Ok(await _userApplication.ChangeProfileType(userId, profile, newprofile)));
 }