public AbnormalImageRepository(PollenContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public EquatorialImageRepository(PollenContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public FormRepository(PollenContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public FamilyRepository(PollenContext context)
 {
     this.context = context;
 }
 public GenusRepository(PollenContext context)
 {
     this.context = context;
 }
Beispiel #6
0
 public PlantTypeRepository(PollenContext context)
 {
     this.db = context;
 }
 public PolarGrainShapeRepository(PollenContext context)
 {
     this.context = context;
 }
 public EquatorialGrainShapeRepository(PollenContext context)
 {
     this.context = context;
 }
 public EFUnitOfWork(string name)
 {
     context = new PollenContext(name);
 }