コード例 #1
0
        public static bool Update(DTO.Seguridad.ComunidadDTO myComunidadDTO)
        {
            bool resultado = YouCom.Seguridad.DAL.ComunidadDAL.Update(myComunidadDTO);

            return(resultado);
        }
コード例 #2
0
        public static bool Insert(DTO.Seguridad.ComunidadDTO myComunidadDTO)
        {
            bool resultado = YouCom.Seguridad.DAL.ComunidadDAL.Insert(myComunidadDTO);

            return(resultado);
        }