Beispiel #1
0
        public List <NippsLog> List(NippsLog t)
        {
            //do not care the record not Fatal and checked before by anyone
            t.LogLevelId = NippsLogLevel.Fatal;
            t.CheckedBy  = null;

            return(NippsLogDao.List(t));
        }
Beispiel #2
0
 public List <NippsLog> List()
 {
     return(NippsLogDao.List());
 }
Beispiel #3
0
 public List <NippsLog> List(int pageNo)
 {
     return(NippsLogDao.List(pageNo));
 }