コード例 #1
0
 public static List<IdentityDocType> all() {
   return find.all();
 }
コード例 #2
0
ファイル: Doctor.java プロジェクト: ArtemVoronov/mis_nsu
 public static List<Doctor> allDoctors() {
   return find.all();
 }