public CategoriesController(ShirlyStudioContext context)
 {
     _context = context;
 }
 public WorkshopsController(ShirlyStudioContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CustomersController(ShirlyStudioContext context)
 {
     _context = context;
 }
Exemple #4
0
 public CustomerRegistrationsController(ShirlyStudioContext context)
 {
     _context = context;
 }
 public TransactionsController(ShirlyStudioContext context)
 {
     _context = context;
 }
Exemple #6
0
 public TeachersController(ShirlyStudioContext context)
 {
     _context = context;
 }
Exemple #7
0
 public WorkshopClusterService(ShirlyStudioContext context)
 {
     _context = context;
 }