示例#1
0
 public async Task <IResponseEntity> GetItem(string id)
 {
     return(await _sysRoleService.GetItemAsync(id));
 }