public MerchantInfoController(IMerchantInfoService merchantInfoService)
 {
     _merchantInfoService = merchantInfoService;
 }
Exemple #2
0
 public MerchantInfoController(IMerchantInfoService merchantInfoService)
 {
     _merchantInfoService = merchantInfoService;
 }