function MealIdeaService() { } MealIdeaService._path = '/dwr/dwr'; MealIdeaService.getSideDishesByType = function(p0, callback) { DWREngine._execute(MealIdeaService._path, 'MealIdeaService', 'getSideDishesByType', p0, callback); }
