Esempio n. 1
0
        protected void BaseConstructor(Application applicationReference, Server.Application.Program serverProgram)
        {
            base.BaseConstructor(applicationReference, serverProgram);


            insurerId = serverProgram.InsurerId;

            insuranceTypeId = serverProgram.InsuranceTypeId;

            bankAccountId = serverProgram.BankAccountId;


            return;
        }
Esempio n. 2
0
        public Program(Application applicationReference, Server.Application.Program serverProgram)
        {
            BaseConstructor(applicationReference, serverProgram);

            return;
        }