예제 #1
0
        //---------------------------------------------------------------------

        public Community(ushort mapCode,
                         AgeCohort.ISiteCohorts cohorts)
        {
            this.mapCode = mapCode;
            this.cohorts = cohorts;
        }
예제 #2
0
        //---------------------------------------------------------------------

        public Community(ushort                 mapCode,
                         AgeCohort.ISiteCohorts cohorts)
        {
            this.mapCode = mapCode;
            this.cohorts = cohorts;
        }