Beispiel #1
0
        public async Task <CommonDB.Promotion> DeletePromotion([FromBody] CommonDB.Promotion promotion)
        {
            var result = await _repository.DeletePromotionAsync(promotion);

            return(result);
        }