Пример #1
0
 public StudentParentService(AcademiaWebContext context)
 {
     _context = context;
 }
Пример #2
0
 public StudentService(AcademiaWebContext context)
 {
     this.context = context;
 }
 public HomeController(ILogger <HomeController> logger, AcademiaWebContext context)
 {
     _logger  = logger;
     _Context = context;
 }