Exemplo n.º 1
0
 public GRepo()
 {
     this.db = new GarageContext();
 }
Exemplo n.º 2
0
 public GRepo(IGarageContext context)
 {
     this.db = context;
 }