コード例 #1
0
        public async Task <IActionResult> Get(string type)
        {
            ResultResponseObject <ProjectCommandResult> project = await _projectApplicationService.Get();

            return(Response(project));
        }