Beispiel #1
0
 public IList <UserSmallModel> GetAuthors(string likeAuthor)
 {
     return(_claimService.GetAuthors(likeAuthor));
 }