public TypesController(guitar_shopContext context)
 {
     _context = context;
 }
 public GuitarsController(guitar_shopContext context)
 {
     _context = context;
 }
Example #3
0
 public BrandsController(guitar_shopContext context)
 {
     _context = context;
 }
 public MaterialsController(guitar_shopContext context)
 {
     _context = context;
 }
 public FormsController(guitar_shopContext context)
 {
     _context = context;
 }
Example #6
0
 public MusiciansController(guitar_shopContext context)
 {
     _context = context;
 }
 public ChartController(guitar_shopContext context)
 {
     _context = context;
 }