Exemplo n.º 1
0
 public AvailabilityRepository(TEServerContext context)
 {
     this.context = context;
 }
 public TimeOffRepository(TEServerContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public ShiftRepository(TEServerContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public VenueRepository(TEServerContext context)
 {
     this.context = context;
 }