Beispiel #1
0
        public Boolean CRE_Cita(MOD_Cita obj)
        {
            try
            {
                LOG_Cita Logica = new LOG_Cita();
                Logica.CRE_Cita(obj);
                return true;
            }
            catch (Exception )
            {
                return false;
                throw ;

            }
        }