示例#1
0
 public async Task <SystemUser> FindByIdAsync(int userId)
 {
     return(await _userRepo.FindAsync(userId));
 }