Example #1
0
        public static bool Update(DTO.Servicio.EmpresaServicioDTO myEmpresaServicioDTO)
        {
            bool resultado = EmpresaServicioDAL.Update(myEmpresaServicioDTO);

            return(resultado);
        }
Example #2
0
        public static bool ActivaEmpresaServicio(EmpresaServicioDTO theEmpresaServicioDTO)
        {
            bool respuesta = EmpresaServicioDAL.ActivaEmpresaServicio(theEmpresaServicioDTO);

            return(respuesta);
        }
Example #3
0
        public static bool Insert(DTO.Servicio.EmpresaServicioDTO myEmpresaServicioDTO)
        {
            bool resultado = EmpresaServicioDAL.Insert(myEmpresaServicioDTO);

            return(resultado);
        }