public MerchantInfoController(IMerchantInfoService merchantInfoService)
 {
     _merchantInfoService = merchantInfoService;
 }
Exemplo n.º 2
0
 public MerchantInfoController(IMerchantInfoService merchantInfoService)
 {
     _merchantInfoService = merchantInfoService;
 }