Exemplo n.º 1
0
        public void SendTestBad3(string agregatorCode)
        {
            Dictionary <DateTime, Dictionary <string, Dictionary <DateTime, Dictionary <Enums.MeasureType, double> > > > agregatorData = null;
            ISystemManagement system = new SystemManagement();

            system.Send(agregatorCode, agregatorData);
        }