Exemplo n.º 1
0
 public Search(GdsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
Arquivo: Get.cs Projeto: simplify9/Gds
 public Get(GdsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 3
0
 public Validate(GdsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }