public BroadcastEventRequest(ProactiveEvent proactiveEvent) : this()
 {
     Event = proactiveEvent;
 }
Exemplo n.º 2
0
 public UserEventRequest(string userId, ProactiveEvent proactiveEvent) : this(userId)
 {
     Event = proactiveEvent;
 }