Example #1
0
 public QueryServiceBase(LR.Repositories.DataContext context)
 {
     this.db = context;
 }
Example #2
0
 public QueryServiceBase()
 {
     db = new Repositories.DataContext();
 }