public BroadcastEventRequest(ProactiveEvent proactiveEvent) : this()
 {
     Event = proactiveEvent;
 }
Beispiel #2
0
 public UserEventRequest(string userId, ProactiveEvent proactiveEvent) : this(userId)
 {
     Event = proactiveEvent;
 }