示例#1
0
        public static bool Update(DTO.EmpresaContratistaDTO myEmpresaContratistaDTO)
        {
            bool resultado = EmpresaContratistaDAL.Update(myEmpresaContratistaDTO);

            return(resultado);
        }
示例#2
0
        public static bool ActivaEmpresaContratista(EmpresaContratistaDTO theEmpresaContratistaDTO)
        {
            bool respuesta = EmpresaContratistaDAL.ActivaEmpresaContratista(theEmpresaContratistaDTO);

            return(respuesta);
        }
示例#3
0
        public static bool Insert(DTO.EmpresaContratistaDTO myEmpresaContratistaDTO)
        {
            bool resultado = EmpresaContratistaDAL.Insert(myEmpresaContratistaDTO);

            return(resultado);
        }