Exemple #1
0
 public CustomersController(TrainingapiContext context)
 {
     _context = context;
 }
 public ProductSessionRepository(TrainingapiContext context)
 {
     _context = context;
 }