示例#1
0
 protected override List <object> GetData()
 {
     return(EnumerableExtensions.ToList <object>(_service.GetAuthorizedAdminRoles()));
 }