hdong: clean up code.
This commit is contained in:
parent
624b84dc93
commit
439d222390
|
|
@ -15,5 +15,5 @@ public interface IUserService
|
|||
Task<bool> SendVerificationCodeResetPassword(User user);
|
||||
Task<bool> ResetUserPassword(User user);
|
||||
Task<bool> ModifyUserEmail(string email);
|
||||
Task<bool> ModifyUserPhone(string email);
|
||||
Task<bool> ModifyUserPhone(string phone);
|
||||
}
|
||||
Loading…
Reference in a new issue