Example #1
0
 public List <Log> GetById(string ip, string db, string table, int startId, int finishId)
 {
     return(_logDal.GetById(ip, db, table, startId, finishId));
 }