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