Example #1
0
    public List <MonitorLogInfo> GetMonitorLogListPackaged(string Customer_Id, string Unit_Id, int startRow, int rowsCount, string bat_id)
    {
        IList <MonitorLogInfo> mlInfoList = new List <MonitorLogInfo>();
        MonitorLogService      mlService  = new MonitorLogService();

        mlInfoList = mlService.GetMonitorLogListPackagedWeb(Customer_Id, Unit_Id, rowsCount, startRow, bat_id);
        List <MonitorLogInfo> list = mlInfoList.ToList();

        return(list);
    }