Beispiel #1
0
 public Log GetLastLog(string ip, string db, string tableName)
 {
     return(_logDal.GetLastLog(ip, db, tableName));
 }