Exemplo n.º 1
0
 public AddToCartModelBinder(IKernel kernel, IGetGiftCardDataFromContext getGiftCardDataFromContext)
     : base(kernel)
 {
     _getGiftCardDataFromContext = getGiftCardDataFromContext;
 }
Exemplo n.º 2
0
 public AddToCartModelBinder(IKernel kernel, IGetGiftCardDataFromContext getGiftCardDataFromContext)
     : base(kernel)
 {
     _getGiftCardDataFromContext = getGiftCardDataFromContext;
 }