コード例 #1
0
ファイル: TownService.cs プロジェクト: tnhhcmus/Projects
 public ResultDTO <List <PostInfo> > GetPosts(string key)
 {
     return(_repo.GetPosts(key));
 }