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