public RestuarntsChainUtility()
 {
     serviceLayer = new ServiceLayerImpl();
     cuisineServices = new CuisineMapServices();
     operatorSevices = new OperatorMapServices();
     restaurantsSearchUtilty = new RestaurantsSearchUtilities();
 }
 public void Initialize()
 {
     defMenuUtility = new DefaultMenuUtility();
     cuisineServices = new CuisineMapServices();
 }
Example #3
0
 public void Initialize()
 {
     defMenuUtility = new DefaultMenuUtility();
     cuisineServices = new CuisineMapServices();
     serviceLayer = new ServiceLayerImpl();
     restaurantsSearchUtilty = new RestaurantsSearchUtilities();
 }