Example #1
0
 public MemoriesService(EndtoEndContext context)
 {
     _context = context;
 }
 public WeatherForecastService(EndtoEndContext context)
 {
     this._context = context;
 }
Example #3
0
 public BookDataService(EndtoEndContext context)
 {
     _context = context;
 }