Spontaneous.WebApp.Services.DefaultMenuUtility.UpdateDefaultMenusToAllRestaurantsWithCusineAndEmptyMenu C# (CSharp) Метод

UpdateDefaultMenusToAllRestaurantsWithCusineAndEmptyMenu() публичный Метод

public UpdateDefaultMenusToAllRestaurantsWithCusineAndEmptyMenu ( ) : void
Результат void
        public void UpdateDefaultMenusToAllRestaurantsWithCusineAndEmptyMenu() 
        {
            log.InfoFormat("[UpdateDefaultMenusToAllRestaurantsWithCusineAndEmptyMenu].");
            var restList = restaurantsSearchUtilty.FindAllRestaurantsWithCusineAndEmptyMenu();
            AddDefaultsMenus(restList);
        }