Beispiel #1
0
 public async Task <MyUser> FindByIdAsync(long userId)
 {
     return(await _useRepository.FirstOrDefaultAsync(userId));
 }