Example #1
0
 public Search(GdsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #2
0
File: Get.cs Project: simplify9/Gds
 public Get(GdsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #3
0
 public Validate(GdsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }