コード例 #1
0
 public BroadcastEventRequest(ProactiveEvent proactiveEvent) : this()
 {
     Event = proactiveEvent;
 }
コード例 #2
0
 public UserEventRequest(string userId, ProactiveEvent proactiveEvent) : this(userId)
 {
     Event = proactiveEvent;
 }