Beispiel #1
0
 public DeviceCodesController(Data.ConDataContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public GendersController(Data.ConDataContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public PersistedGrantsController(Data.ConDataContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public CountriesController(Data.ConDataContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public StudentsController(Data.ConDataContext context)
 {
     this.context = context;
 }