Exemple #1
0
 public bool AddLog(LogInfo logInfo)
 {
     return(sqlLog.AddLogInfo(logInfo));
 }