26 lines
923 B
C#
26 lines
923 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Este código se generó a partir de una plantilla.
|
|
//
|
|
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
|
|
// Los cambios manuales en este archivo se sobrescribirán si se regenera el código.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Exferia_EntityFramework
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class GEN_Empresas_CompartirDatos
|
|
{
|
|
public long id { get; set; }
|
|
public long idEmpresa1 { get; set; }
|
|
public long idEmpresa2 { get; set; }
|
|
public string tabla { get; set; }
|
|
|
|
public virtual GEN_Empresas GEN_Empresas { get; set; }
|
|
public virtual GEN_Empresas GEN_Empresas1 { get; set; }
|
|
}
|
|
}
|