public AttendenceRepository(ChildCareContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public ParticipantRepository(ChildCareContext context)
 {
     this.context = context;
 }
 public ClassRepository(ChildCareContext context)
 {
     this.context = context;
 }