Beispiel #1
0
 public UserRepository()
 {
     _sqlContext = new SQLContext();
 }
 public SuggestRepository()
 {
     _sqlContext = new SQLContext();
 }