Exemplo n.º 1
0
 public ProjectController(StreamerContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public CourseController(StreamerContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ProjectService(StreamerContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CourseService(StreamerContext context)
 {
     _context = context;
 }
 public WeatherForecastController(StreamerContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public CourseService(StreamerContext db)
 {
     Db = db;
 }
Exemplo n.º 7
0
 public ProjectService(StreamerContext db)
 {
     Db = db;
 }