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