Exemplo n.º 1
0
 public SqlRestorantData(PluralSightDemoDbContext context)
 {
     this._context = context;
 }
 public CityRepository(PluralSightDemoDbContext context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public ImageService(PluralSightDemoDbContext context)
 {
     _context = context;
 }