コード例 #1
0
ファイル: Query.cs プロジェクト: stubz151/RepoSettings
 public List <RepoModel> repoModels()
 {
     return(_repoService.GetAll());
 }