Exemplo n.º 1
0
 public async Task <Vehicle> GetAsync(Expression <Func <Vehicle, bool> > @where)
 {
     return(await _dao.Get(where));
 }