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