예제 #1
0
 public static void delete(Long id) {
   find.ref(id).delete();
 }
예제 #2
0
 public static IdentityDocType get(Long id) {
   return find.ref(id);
 }
예제 #3
0
 public static Doctor get(Long id) {
   return find.ref(id);
 }