Пример #1
0
 public Ls_B_Resp(AbstractResp next) : base(next)
 {
 }
Пример #2
0
 public AbstractResp(AbstractResp next)
 {
     this.next = next;
 }