Inheritance: Sage.Integration.Northwind.Application.Base.EntityBase
Ejemplo n.º 1
0
 public PriceListWrapper(RequestContext context)
     : base(context, SupportedResourceKinds.priceLists)
 {
     _entity = new PricingList();
     _transformation = TransformationFactory.GetTransformation
         <ITransformation<PricingListsDocument, PriceListPayload>>
         (SupportedResourceKinds.priceLists, context);
 }
 public PriceListFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.priceLists)
 {
     _entity = new PricingList();
     _transform = new PriceListTransform(context);
 }