public override void execute()
        {
            DAOPsychologist daopsycho = new DAOPsychologist();

            answer = daopsycho.registerPsychologist(registerPsycho);
        }
Ejemplo n.º 2
0
        public override void execute()
        {
            DAOPsychologist daopsycho = new DAOPsychologist();

            answer = daopsycho.modifyInformation(editPsycho);
        }
Ejemplo n.º 3
0
        public override void execute()
        {
            DAOPsychologist daopsycho = new DAOPsychologist();

            answer = daopsycho.changePassword(changePsycho);
        }
        public override void execute()
        {
            DAOPsychologist daopsycho = new DAOPsychologist();

            answer = daopsycho.consultIInformation(consultPsycho);
        }