Esempio n. 1
0
        public static bool Update(DTO.ServiciosDTO myServiciosDTO)
        {
            bool resultado = ServiciosDAL.Update(myServiciosDTO);

            return(resultado);
        }
Esempio n. 2
0
        public static bool Insert(DTO.ServiciosDTO myServiciosDTO)
        {
            bool resultado = ServiciosDAL.Insert(myServiciosDTO);

            return(resultado);
        }