Ejemplo n.º 1
0
 public PersonCommand(VejledningsContext context) : base(context)
 {
 }
 public StudentCommand(VejledningsContext context) : base(context)
 {
 }
Ejemplo n.º 3
0
 public TimeslotCommand(VejledningsContext context) : base(context)
 {
 }
Ejemplo n.º 4
0
 public CalenderCommand(VejledningsContext context) : base(context)
 {
 }
Ejemplo n.º 5
0
 public HoldCommand(VejledningsContext context) : base(context)
 {
 }
 public TimeslotQuery(VejledningsContext context) : base(context)
 {
 }
Ejemplo n.º 7
0
 public CommandRepository(VejledningsContext context)
 {
     this.context = context;
     table        = context.Set <T>();
 }
 public StudentQuery(VejledningsContext context) : base(context)
 {
 }
Ejemplo n.º 9
0
 public TeacherQuery(VejledningsContext context) : base(context)
 {
 }
 public HoldQuery(VejledningsContext context) : base(context)
 {
 }
 public CalenderQuery(VejledningsContext context) : base(context)
 {
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 16
0
 public TeacherCommand(VejledningsContext context) : base(context)
 {
 }
 public CookieQuery(VejledningsContext context) : base(context)
 {
 }