コード例 #1
0
 public TagRepository()
 {
     _db = new ContextParserDb();
 }
コード例 #2
0
 public PageRepository()
 {
     _db = new ContextParserDb();
 }