Example #1
0
 public IdentityUser GetUser(Expression <Func <IdentityUser, bool> > filter)
 {
     return(_userRepository.GetUser(filter));
 }