コード例 #1
0
 public GetTimeCommand(EbayContext context)
     : base(context)
 {
 }
コード例 #2
0
 public EbayCommandBase(EbayContext context)
 {
     this._context = context;
 }
コード例 #3
0
 public GetMemberMessages(EbayContext context)
     : base(context)
 {
 }
コード例 #4
0
 public FetchToken(EbayContext context) :
     base(context)
 {
 }
コード例 #5
0
 public GetUserCommand(EbayContext context)
     : base(context)
 {
 }
コード例 #6
0
 public SetNotificationPreferences(EbayContext context)
     : base(context)
 {
 }
コード例 #7
0
 public GetNotificationPreferences(EbayContext context)
     : base(context)
 {
     this.NotificationRoleCode = NotificationRoleCodeType.Application;
 }
コード例 #8
0
 public GetSignInUrl(EbayContext context)
     : base(context)
 {
 }
コード例 #9
0
 public GetUserAlertsToken(EbayContext context)
     : base(context)
 {
 }
コード例 #10
0
 public GetEbayDetails(EbayContext context) : base(context)
 {
 }
コード例 #11
0
 public GetApiAccessRules(EbayContext context)
     : base(context)
 {
 }