Example #1
0
 public ChildMerchantController(IChildMerchantService childMerchantService, IKycService kycService, IChainMerchantService _chainMerchantService)
 {
     this.childMerchantService = childMerchantService;
     this.kycService           = kycService;
     this.chainMerchantService = _chainMerchantService;
 }
 public ChainMerchantController(IChainMerchantService chainMerchantService, IKycService _kycService)
 {
     _chainMerchantService = chainMerchantService;
     kycService            = _kycService;
 }