Esempio n. 1
0
 public CourseController(schoolapiContext context, LinkGenerator linkGenerator)
 {
     this.context        = context;
     this._linkgenerator = linkGenerator;
 }
Esempio n. 2
0
 public AuthenticationController(schoolapiContext context, IOptions <AppSettings> appSettings)
 {
     this.context      = context;
     this._appsettings = appSettings.Value;
 }
Esempio n. 3
0
 public TeacherController(schoolapiContext context)
 {
     this.context = context;
 }
 public SubscriptionController(schoolapiContext context)
 {
     this.context = context;
 }