Beispiel #1
0
 public AccettaRifiutaTrasmCommand(string idTrasm, string idTrasmUtente, string note, AccettaRifiutaAction action)
 {
     this._idTrasm       = idTrasm;
     this._idTrasmUtente = idTrasmUtente;
     this._note          = note;
     this._action        = action;
 }
Beispiel #2
0
 public AccettaRifiutaTrasmCommand(string idTrasm, string idTrasmUtente, string note, AccettaRifiutaAction action, string idDoc, string tipoProto)
 {
     this._idTrasm       = idTrasm;
     this._idTrasmUtente = idTrasmUtente;
     this._note          = note;
     this._action        = action;
     this._idDoc         = idDoc;
     this._tipoProto     = tipoProto;
     this._putInAdl      = true;
 }