public ServiceResult <List <UserInfo> > GetUserList(string roleId) { return(new ServiceResult <List <UserInfo> >(RoleAdapter.GetUserList(roleId))); }