Ejemplo n.º 1
0
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return(this);
 }
Ejemplo n.º 2
0
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return this;
 }