Ejemplo n.º 1
0
 public static string SELECT(ExpedientInfo source)
 {
     return(Cabeza.SELECT(new QueryConditions {
         Expedient = source
     }, false));
 }
Ejemplo n.º 2
0
 public static string SELECT(QueryConditions conditions)
 {
     return(Cabeza.SELECT(conditions, false));
 }