Exemplo n.º 1
0
        public Boolean CRE_Dueno_Mascota(MOD_Dueno_Mascota obj)
        {
            try
            {
                LOG_Dueno_Mascota Logica = new LOG_Dueno_Mascota();
                Logica.CRE_Dueno_Mascota(obj);
                return true;
            }
            catch (Exception )
            {
                return false;
                throw ;

            }
        }