示例#1
0
 function getAll()
 {
     return ABM2::getData("usuarios_planes");
 }
示例#2
0
 function getModelos()
 {
     return ABM2::getData($this->tables->modelos);
 }
示例#3
0
 function getUnidades()
 {
     return ABM2::getData("unidades");
 }