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