示例#1
0
 public async Task <IResponseOutput> GetList(string name)
 {
     return(await _sysRoleService.GetAsyncByWhere(name));
 }