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