Beispiel #1
0
 public ResultDTO <List <PostInfo> > GetPosts(string key)
 {
     return(_repo.GetPosts(key));
 }