public MerchantAddressDetailController(

            IMerchantService MerchantService,
            IMerchantAddressService MerchantAddressService
            )
        {
            this.MerchantService        = MerchantService;
            this.MerchantAddressService = MerchantAddressService;
        }
Ejemplo n.º 2
0
        public MerchantAddressMasterController(

            IMerchantService MerchantService,
            IMerchantAddressService MerchantAddressService
            )
        {
            this.MerchantService        = MerchantService;
            this.MerchantAddressService = MerchantAddressService;
        }