public PhoneNumberFeedEntryWrapper(RequestContext context)
     : base(context, SupportedResourceKinds.phoneNumbers)
 {
     this._entity = new Account();
     this._transform = new PhoneNumberTransform(context);
     _tradingAccountUuidPayloadPath = _resourceKind.ToString() + "/" + SupportedResourceKinds.tradingAccounts.ToString();
 }
Beispiel #2
0
 public PhoneNumberFeedEntryWrapper(RequestContext context)
     : base(context, SupportedResourceKinds.phoneNumbers)
 {
     this._entity    = new Account();
     this._transform = new PhoneNumberTransform(context);
     _tradingAccountUuidPayloadPath = _resourceKind.ToString() + "/" + SupportedResourceKinds.tradingAccounts.ToString();
 }