Example #1
0
        public async Task <IActionResult> ClearInformation()
        {
            await _informationService.DeleteAll();

            return(NoContent());
        }