Exemplo n.º 1
0
 public void NextChain(ITicketSystem next)
 {
     this._next = next;
 }
 public SupportController(ITicketSystem ticketSystem)
 {
     _ticketSystem = ticketSystem;
 }