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