Beispiel #1
0
        public static string GetEDRoomListJson(string organizationId)
        {
            DataTable table = HistoryAmmeterQueryService.GetEDRoomList(organizationId);
            string    json  = EasyUIJsonParser.DataGridJsonParser.DataTableToJson(table);

            return(json);
        }