Ejemplo n.º 1
0
 public MemoriesService(EndtoEndContext context)
 {
     _context = context;
 }
 public WeatherForecastService(EndtoEndContext context)
 {
     this._context = context;
 }
Ejemplo n.º 3
0
 public BookDataService(EndtoEndContext context)
 {
     _context = context;
 }