public TypeOfGoodsController(FlowerShopsContext context) { _context = context; }
public ShopTypesController(FlowerShopsContext context) { _context = context; }
public WorkersController(FlowerShopsContext context) { _context = context; }
public CitiesController(FlowerShopsContext context) { _context = context; }
public GendersController(FlowerShopsContext context) { _context = context; }