Пример #1
0
 public UserRepository()
 {
     _sqlContext = new SQLContext();
 }
Пример #2
0
 public SuggestRepository()
 {
     _sqlContext = new SQLContext();
 }