Пример #1
0
 public void OnGet(string guid)
 {
     OrganizeModel = _sysOrganizeService.GetByGuidAsync(guid).Result.data;
 }