Esempio n. 1
0
        public static bool Update(DTO.ListaNegraDTO myListaNegraDTO)
        {
            bool resultado = ListaNegraDAL.Update(myListaNegraDTO);

            return(resultado);
        }
Esempio n. 2
0
        public static bool Insert(DTO.ListaNegraDTO myListaNegraDTO)
        {
            bool resultado = ListaNegraDAL.Insert(myListaNegraDTO);

            return(resultado);
        }