Exemplo n.º 1
0
 public Ls_B_Resp(AbstractResp next) : base(next)
 {
 }
Exemplo n.º 2
0
 public AbstractResp(AbstractResp next)
 {
     this.next = next;
 }