Beispiel #1
0
 public SqlRestorantData(PluralSightDemoDbContext context)
 {
     this._context = context;
 }
 public CityRepository(PluralSightDemoDbContext context)
 {
     this._context = context;
 }
Beispiel #3
0
 public ImageService(PluralSightDemoDbContext context)
 {
     _context = context;
 }