Beispiel #1
0
 public static List <LogE> getLogs(int page)
 {
     return(LogC.selectLogs(page));
 }
Beispiel #2
0
 public static List <LogE> getLogs()
 {
     return(LogC.selectLogs());
 }