Exemplo n.º 1
0
 public TagRepository(ITbiContext tbiContext)
 {
     this.tbiContext = tbiContext;
 }
Exemplo n.º 2
0
 public ConceptRepository(ITbiContext tbiContext)
 {
     this.tbiContext = tbiContext;
 }