Exemplo n.º 1
0
 public SelectListController(
     IRestaurantMerchantService restaurantMerchantService,
     IYachtMerchantService yachtMerchantService,
     IEVisaMerchantService evisaMerchantService)
 {
     this._restaurantMerchantService = restaurantMerchantService;
     this._yachtMerchantService      = yachtMerchantService;
     this._evisaMerchantService      = evisaMerchantService;
 }
Exemplo n.º 2
0
 public EVisaMerchantController(IEVisaMerchantService eVisaMerchantService)
 {
     this._eVisaMerchantService = eVisaMerchantService;
 }