Exemplo n.º 1
0
 public static string SELECT(QueryConditions conditions)
 {
     return(AgenteDocumento.SELECT(conditions, false));
 }
Exemplo n.º 2
0
 public static string SELECT()
 {
     return(AgenteDocumento.SELECT(new QueryConditions(), false));
 }