Ejemplo n.º 1
0
 protected abstract ILegalEntity GetSeller(SellerIdComponents sellerId);
Ejemplo n.º 2
0
 internal ILegalEntity GetSellerById(SellerIdComponents sellerIdComponents)
 {
     // TODO: Include validation on the OrderItem created, to ensure it includes all the required fields
     return(GetSeller(sellerIdComponents));
 }
Ejemplo n.º 3
0
 protected Uri RenderSellerId(SellerIdComponents components)
 {
     return(SellerIdTemplate.RenderId(components));
 }
Ejemplo n.º 4
0
 protected Uri RenderSellerId(SellerIdComponents sellerIdComponents)
 {
     return(this.IdTemplate.RenderId(sellerIdComponents));
 }
Ejemplo n.º 5
0
 protected abstract ValueTask <ILegalEntity> GetSeller(SellerIdComponents sellerId);