Exemplo n.º 1
0
 //会员角色查询
 public List <ReaderRole> GetAllReaderRoles()
 {
     return(readerService.GetAllReaderRoles());
 }