public AttendenceRepository(ChildCareContext context)
 {
     this.context = context;
 }
Пример #2
0
 public ParticipantRepository(ChildCareContext context)
 {
     this.context = context;
 }
Пример #3
0
 public ClassRepository(ChildCareContext context)
 {
     this.context = context;
 }