public async Task UpdateCampaign(PromotionCampaignEntity campaign) { _context.Update(campaign); await _context.SaveChangesAsync(); }