public AttendenceRepository(ChildCareContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public ParticipantRepository(ChildCareContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public ClassRepository(ChildCareContext context)
 {
     this.context = context;
 }