Example #1
0
 public PlantationRepository(FlowerServiceContext context) : base(context)
 {
 }
Example #2
0
 public RepositoryBase(FlowerServiceContext context)
 {
     Context = context;
 }
 public WarehouseRepository(FlowerServiceContext context) : base(context)
 {
 }
Example #4
0
 public HomeController(FlowerServiceContext flowerServiceContext)
 {
     _flowerServiceContext = flowerServiceContext;
 }
Example #5
0
 public SupplyRepository(FlowerServiceContext context) : base(context)
 {
 }
Example #6
0
 public FlowerServiceRepository(FlowerServiceContext context)
 {
     _context = context;
 }
Example #7
0
 public FlowerRepository(FlowerServiceContext context) : base(context)
 {
 }