示例#1
0
 public TagRepository(ITbiContext tbiContext)
 {
     this.tbiContext = tbiContext;
 }
示例#2
0
 public ConceptRepository(ITbiContext tbiContext)
 {
     this.tbiContext = tbiContext;
 }