Example #1
0
 public PedidoHist(PedidoHistId id, DateTime? fechapedido, int? numeropedido, int? idanexo, int? idrequisicion, int? idreservaautoriza, decimal? importedescuento, string estadopedido, decimal? importetotal, string observaciones, DateTime? fechaalta, string ipterminal)
 {
     this._id= id;
     this._fechapedido= fechapedido;
     this._numeropedido= numeropedido;
     this._idanexo= idanexo;
     this._idrequisicion= idrequisicion;
     this._idreservaautoriza= idreservaautoriza;
     this._importedescuento= importedescuento;
     this._estadopedido= estadopedido;
     this._importetotal= importetotal;
     this._observaciones= observaciones;
     this._fechaalta= fechaalta;
     this._ipterminal= ipterminal;
 }
Example #2
0
 public PedidoHist(PedidoHistId id)
 {
     this._id= id;
 }