Exemplo n.º 1
0
 public UserRepository()
 {
     _sqlContext = new SQLContext();
 }
Exemplo n.º 2
0
 public SuggestRepository()
 {
     _sqlContext = new SQLContext();
 }