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