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;
 }