Exemplo n.º 1
0
 public GetTimeCommand(EbayContext context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public EbayCommandBase(EbayContext context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public GetMemberMessages(EbayContext context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public FetchToken(EbayContext context) :
     base(context)
 {
 }
Exemplo n.º 5
0
 public GetUserCommand(EbayContext context)
     : base(context)
 {
 }
Exemplo n.º 6
0
 public SetNotificationPreferences(EbayContext context)
     : base(context)
 {
 }
 public GetNotificationPreferences(EbayContext context)
     : base(context)
 {
     this.NotificationRoleCode = NotificationRoleCodeType.Application;
 }
Exemplo n.º 8
0
 public GetSignInUrl(EbayContext context)
     : base(context)
 {
 }
 public GetUserAlertsToken(EbayContext context)
     : base(context)
 {
 }
Exemplo n.º 10
0
 public GetEbayDetails(EbayContext context) : base(context)
 {
 }
Exemplo n.º 11
0
 public GetApiAccessRules(EbayContext context)
     : base(context)
 {
 }