예제 #1
0
        public async Task <IActionResult> Get()
        {
            var entites = await _planeService.GetAllAsync();

            return(Json(entites));
        }