Ejemplo n.º 1
0
 public RestuarntsChainUtility()
 {
     serviceLayer = new ServiceLayerImpl();
     cuisineServices = new CuisineMapServices();
     operatorSevices = new OperatorMapServices();
     restaurantsSearchUtilty = new RestaurantsSearchUtilities();
 }
Ejemplo n.º 2
0
 public void Initialize()
 {
     defMenuUtility = new DefaultMenuUtility();
     cuisineServices = new CuisineMapServices();
     operatorServices = new OperatorMapServices();
 }