コード例 #1
0
 public async Task <JsonResult> GetOrganizationChart()
 {
     return(Json((await _organizationLogic.GetOrganizationChart()).First()));
 }