Beispiel #1
0
 public ProjectController(StreamerContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CourseController(StreamerContext context)
 {
     _context = context;
 }
 public ProjectService(StreamerContext context)
 {
     _context = context;
 }
 public CourseService(StreamerContext context)
 {
     _context = context;
 }
 public WeatherForecastController(StreamerContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public CourseService(StreamerContext db)
 {
     Db = db;
 }
Beispiel #7
0
 public ProjectService(StreamerContext db)
 {
     Db = db;
 }