Esempio n. 1
0
 static function getAllContactos()
 {
     return GenericDao::listAll("Contacto");
 }
Esempio n. 2
0
 static function getAllRoles()
 {
     return GenericDao::listAll("Role");
 }