public void DeleteForStore([FromRoute] int promotionId) { _promotionRepository.DeletePromotionForStore(promotionId); }