Beispiel #1
0
 public PersonCommand(VejledningsContext context) : base(context)
 {
 }
 public StudentCommand(VejledningsContext context) : base(context)
 {
 }
Beispiel #3
0
 public TimeslotCommand(VejledningsContext context) : base(context)
 {
 }
Beispiel #4
0
 public CalenderCommand(VejledningsContext context) : base(context)
 {
 }
Beispiel #5
0
 public HoldCommand(VejledningsContext context) : base(context)
 {
 }
 public TimeslotQuery(VejledningsContext context) : base(context)
 {
 }
Beispiel #7
0
 public CommandRepository(VejledningsContext context)
 {
     this.context = context;
     table        = context.Set <T>();
 }
 public StudentQuery(VejledningsContext context) : base(context)
 {
 }
Beispiel #9
0
 public TeacherQuery(VejledningsContext context) : base(context)
 {
 }
 public HoldQuery(VejledningsContext context) : base(context)
 {
 }
 public CalenderQuery(VejledningsContext context) : base(context)
 {
 }
Beispiel #12
0
 public BookingQuery(VejledningsContext context) : base(context)
 {
 }
 public CookieCommand(VejledningsContext context) : base(context)
 {
 }
 public BookingCommand(VejledningsContext context) : base(context)
 {
 }
 public PersonQuery(VejledningsContext context) : base(context)
 {
 }
Beispiel #16
0
 public TeacherCommand(VejledningsContext context) : base(context)
 {
 }
 public CookieQuery(VejledningsContext context) : base(context)
 {
 }