Exemple #1
0
 public StudentRepository(WebProjectContext context)
 {
     _context = context;
 }
 public DepartmentService(WebProjectContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DepartmentsController(WebProjectContext context)
 {
     _context = context;
 }
 public SalesRecordService(WebProjectContext context)
 {
     _context = context;
 }
 public SellerService(WebProjectContext context)
 {
     _context = context;
 }
Exemple #6
0
 public TeacherRepository(WebProjectContext context)
 {
     _context = context;
 }