Beispiel #1
0
 public RejectAccessAnswer(CallbackAnswerContext context) : base(context)
 {
 }
Beispiel #2
0
 public NextMovieAnswer(CallbackAnswerContext <RequestProgression> context) : base(context)
 {
 }
Beispiel #3
0
 public DenyMovieAnswer(CallbackAnswerContext context) : base(context)
 {
 }
Beispiel #4
0
 public SelectTvSeasonsAnswer(CallbackAnswerContext context) : base(context)
 {
 }
Beispiel #5
0
 public ConfirmLogoutAnswer(CallbackAnswerContext context) : base(context)
 {
 }
Beispiel #6
0
 public RequestMediaAnswer(CallbackAnswerContext <RequestProgression> context) : base(context)
 {
 }
Beispiel #7
0
 public CancelRequestAnswer(CallbackAnswerContext <RequestProgression> context) : base(context)
 {
 }
Beispiel #8
0
 public CancelLogoutAnswer(CallbackAnswerContext context) : base(context)
 {
 }
Beispiel #9
0
 public ApproveMovieAnswer(CallbackAnswerContext context) : base(context)
 {
 }
Beispiel #10
0
 public AcceptAccessAnswer(CallbackAnswerContext context) : base(context)
 {
 }