Exemple #1
0
 public WarehouseFlowerRepository(FlowerDeliveryDbContext _context)
 {
     dbcontext = _context;
 }
 public SupplyFlowerRepository(FlowerDeliveryDbContext _context)
 {
     dbcontext = _context;
 }
 public PlantationRepository(FlowerDeliveryDbContext _context)
 {
     dbcontext = _context;
 }