示例#1
0
 public async Task <bool> ActivateUserAsync(string userId)
 {
     return(await _userRepository.ActivateUserAsync(userId));
 }