public FileRepositorySQL(WordListContext context)
 {
     db = context;
 }
Exemplo n.º 2
0
 private Baza()
 {
     db = new WordListContext();
 }