Example #1
0
        //--> APPORTIONMENT MANAGER

        public List <Chunk> convertReadingsToChunks(List <MeterReading> readings)
        {
            apportionmentMgr = new ApportionmentManager();
            return(apportionmentMgr.convertReadingsToChunks(readings));
        }
 //--> APPORTIONMENT MANAGER
 public List<Chunk> convertReadingsToChunks(List<MeterReading> readings)
 {
     apportionmentMgr = new ApportionmentManager();
     return apportionmentMgr.convertReadingsToChunks(readings);
 }