Пример #1
0
 public IActionResult Modify(string id)
 {
     return(View(_sysOrganizeService.GetByIDAsync(id).Result.data));
 }