Esempio n. 1
0
        public byte[] LevyRollExcludeSundries(DateTime processMonth, string buildingName, string dataPath)
        {
            var lr = new LevyRollReport();

            return(lr.RunReport(processMonth, buildingName, dataPath, false));
        }
Esempio n. 2
0
        public byte[] LevyRollReport(DateTime processMonth, string buildingName, string dataPath)
        {
            var lr = new LevyRollReport();

            return(lr.RunReport(processMonth, buildingName, dataPath, true));
        }