예제 #1
0
 public static LogEventData SelectById(long id, DatabaseAgent agent)
 {
     return(LogEventData.SelectById <LogEventData>(id, agent));
 }
예제 #2
0
 public static LogEventData SelectById(long id)
 {
     return(LogEventData.SelectById <LogEventData>(id));
 }