コード例 #1
0
 public async Task <Result <LightUserModel> > UpdateProfile(UpdateUserProfileModel model)
 => await _userBiz.UpdateProfile(model);