예제 #1
0
        public List <DeviceEntity> GetDynamic(string whereCondition, string orderByExpression)
        {
            List <DeviceEntity> DeviceEntityLst = new List <DeviceEntity>();

            DeviceEntityLst = deviceDAO.GetDynamic(whereCondition, orderByExpression);
            return(DeviceEntityLst);
        }