Esempio n. 1
0
 public SelectListController(
     IRestaurantMerchantService restaurantMerchantService,
     IYachtMerchantService yachtMerchantService,
     IEVisaMerchantService evisaMerchantService)
 {
     this._restaurantMerchantService = restaurantMerchantService;
     this._yachtMerchantService      = yachtMerchantService;
     this._evisaMerchantService      = evisaMerchantService;
 }
Esempio n. 2
0
 public RestaurantMerchantController(IRestaurantMerchantService restaurantMerchantService)
 {
     _restaurantMerchantService = restaurantMerchantService;
 }