public EntityEmpresa Delete(EntityEmpresa oEntityEmpresa) { try { return(EmpresaApp.Update(oEntityEmpresa)); } catch (Exception) { throw new FaultException("Error al eliminar Empresas"); } }
public EntityEmpresa Update(EntityEmpresa oEntityEmpresa) { try { return(EmpresaApp.Update(oEntityEmpresa)); } catch (Exception) { throw new FaultException("Error al actualizar Empresas"); } }