예제 #1
0
        public async Task <IActionResult> Delete()
        {
            await crewService.DeleteAllEntitiesAsync();

            return(NoContent());
        }