public TypesController(guitar_shopContext context) { _context = context; }
public GuitarsController(guitar_shopContext context) { _context = context; }
public BrandsController(guitar_shopContext context) { _context = context; }
public MaterialsController(guitar_shopContext context) { _context = context; }
public FormsController(guitar_shopContext context) { _context = context; }
public MusiciansController(guitar_shopContext context) { _context = context; }
public ChartController(guitar_shopContext context) { _context = context; }