Exemplo n.º 1
0
 public GroupRepository(KinderGartenDBContext kinderGartenDBContext)
 {
     this.kinderGartenDBContext = kinderGartenDBContext;
 }
Exemplo n.º 2
0
 public ActivityRepository(KinderGartenDBContext kinderGartenDBContext)
 {
     this.kinderGartenDBContext = kinderGartenDBContext;
 }
Exemplo n.º 3
0
 public LocationRepository(KinderGartenDBContext kinderGartenDBContext)
 {
     this.kinderGartenDBContext = kinderGartenDBContext;
 }
Exemplo n.º 4
0
 public ParentRepository(KinderGartenDBContext kinderGartenDBContext)
 {
     this.kinderGartenDBContext = kinderGartenDBContext;
 }