public void LoadFromInfo(FuenteEntityInfo EntityInfo) { this.FntID = EntityInfo.FntID; this.Nombre = EntityInfo.Nombre; }
public void LoadFromInfo(FuenteEntityInfo EntityInfo) { throw new NotImplementedException(); }
public FuenteEntityInsert(FuenteEntityInfo EntityInfo) { this.FntID = EntityInfo.FntID; this.Nombre = EntityInfo.Nombre; }