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

            return(Ok(new { answer = "Data added" }));
        }