Example #1
0
 public FalloHist(FalloHistId id, int? idcotizacion, int? idanexo, DateTime? fecha, string estado, DateTime? fechaalta, string ipterminal)
 {
     this._id= id;
     this._idcotizacion= idcotizacion;
     this._idanexo= idanexo;
     this._fecha= fecha;
     this._estado= estado;
     this._fechaalta= fechaalta;
     this._ipterminal= ipterminal;
 }
Example #2
0
 public FalloHist(FalloHistId id)
 {
     this._id= id;
 }