Exemple #1
0
        public async Task <IHttpActionResult> RefundParticipants(int id)
        {
            await _lotteryService.RefundParticipantsAsync(id, GetUserAndOrganization());

            return(Ok());
        }