public FlowerRepository(FlowerpotContext context) : base(context)
 {
 }
 public EntityBaseRepository(FlowerpotContext context)
 {
     _entities = context;
     _dbSet    = context.Set <TEntity>();
 }
 public MeasureUnitRepository(FlowerpotContext context) : base(context)
 {
 }
Beispiel #4
0
 public WateringSettingsRepository(FlowerpotContext context) : base(context)
 {
 }