Exemplo n.º 1
0
 public static string SELECT(EntidadInfo source)
 {
     return(Agente.SELECT(new QueryConditions()
     {
         Entity = source
     }, true));
 }
Exemplo n.º 2
0
 public static string SELECT(QueryConditions conditions)
 {
     return(Agente.SELECT(conditions, true));
 }