Beispiel #1
0
 private bool UsersExists(int id)
 {
     return(userRepo.Any(e => e.UserId == id));
 }