Ejemplo n.º 1
0
 public CallCenterState(IContactMethodOpen callCenterOpen) => _callCenterOpen = callCenterOpen;
Ejemplo n.º 2
0
 public EmailState(IContactMethodOpen chatOpen) => _contactMethodOpen = chatOpen;
Ejemplo n.º 3
0
 public ChatState(IContactMethodOpen chatOpen) => _callCenterOpen = chatOpen;
Ejemplo n.º 4
0
 public BrickAndMortarState(IContactMethodOpen contactMethodOpen) => _callCenterOpen = contactMethodOpen;