Ejemplo n.º 1
0
 public static List <Object> Load(IRdbmsDataAccessor rda, CustomForm cf, IDictionary <String, Object> conditions = null, int?p = 1, int?l = 200)
 {
     return(LoadRaw(rda, cf, conditions, p, l).Select((co) => co.Refine()).ToList());
 }