コード例 #1
0
 public async Task <object> GetAllAsync()
 {
     return(Json(await sysDepartmentService.GetAllAsync(p => p.GUID != null)));
 }