Ejemplo n.º 1
0
 public BuildRepository(BuildDbContext buildDb)
 {
     this.buildDb = buildDb;
 }