Ejemplo n.º 1
0
 public TheGarageData(ITheGarageDbContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }
Ejemplo n.º 2
0
 public static ITheGarageData Create(ITheGarageDbContext context)
 {
     return(new TheGarageData(context));
 }