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