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