コード例 #1
0
ファイル: PostRepository.cs プロジェクト: ucatmel/cleancode
 public PostRepository()
 {
     _dbContext = new PostDbContext();
 }