Exemplo n.º 1
0
 public static List<IdentityDocType> all() {
   return find.all();
 }
Exemplo n.º 2
0
 public static List<Doctor> allDoctors() {
   return find.all();
 }