Example #1
0
 public Task <IdentityUserResult> UpdateAsync(string id, IdentityUserUpdateInput input)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public virtual Task <IdentityUserResult> UpdateAsync(string id, IdentityUserUpdateInput input)
 {
     return(_userService.UpdateAsync(id, input));
 }