public async Task AddMenuBannerMapping(string menuId, string bannerId) { await _menuRepository.AddMenuBannerMapping(menuId, bannerId); }