Ejemplo n.º 1
0
 public static string Create(this SQAggregates aggregate, SQAdapter adp, params string[] parameters)
 {
     return(adp.CreateAggregate(aggregate, parameters));
 }