Exemplo n.º 1
0
 public List <R> Select <T, R>(QueryOptions options) where T : class => Run(() => options.ApplyTo(Adapter.Select <T>()).ToList()).Then(Mapper.Map <List <R> >).Result;