Exemplo n.º 1
0
 public static SerieList GetList(QueryConditions conditions, bool childs)
 {
     return(GetList(SerieList.SELECT(conditions), childs));
 }
Exemplo n.º 2
0
 public static string SELECT(QueryConditions conditions)
 {
     return(Serie.SELECT(conditions, false));
 }
Exemplo n.º 3
0
 public static string SELECT(QueryConditions conditions)
 {
     return(SerieFamilia.SELECT(conditions, true));
 }