public FileRepositorySQL(WordListContext context)
 {
     db = context;
 }
Exemple #2
0
 private Baza()
 {
     db = new WordListContext();
 }