Example #1
0
 public void LoadFromInfo(FuenteEntityInfo EntityInfo)
 {
     this.FntID  = EntityInfo.FntID;
     this.Nombre = EntityInfo.Nombre;
 }
 public void LoadFromInfo(FuenteEntityInfo EntityInfo)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public FuenteEntityInsert(FuenteEntityInfo EntityInfo)
 {
     this.FntID  = EntityInfo.FntID;
     this.Nombre = EntityInfo.Nombre;
 }