Ejemplo n.º 1
0
 public Task <User> FindAsync(Expression <Func <User, bool> > filter)
 {
     return(_userDal.FindAsync(filter));
 }