Esempio n. 1
0
        public async Task <ActionResult> Delete(Guid id)
        {
            await _adService.DeleteByIdAsync(id, UserId);

            return(NoContent());
        }