示例#1
0
 public Task <IResultModel> PermissionList([BindRequired] Guid id)
 {
     return(_service.QueryPermissionList(id));
 }