public BusinessEntities()
 {
     this.Estado = Estados.Nuevo;
 }
Example #2
0
 public Entidad()
 {
     this._Estado = Estados.Nuevo;
 }