예제 #1
0
 public NaturalAreaRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #2
0
 public GenusRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #3
0
 public SpecieRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #4
0
 public ReserveRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #5
0
 public PhylumRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #6
0
 public FamilyRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #7
0
 public OrderRepository(AnimalPlanetDbContext context)
     : base(context)
 {
 }
예제 #8
0
 public GenericKeyRepository(AnimalPlanetDbContext context)
 {
     Context = context;
 }