コード例 #1
0
 public CountryController(StudentiProjectContext context)
 {
     _context = context;
 }
コード例 #2
0
 public StudentService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
コード例 #3
0
 public CollegeService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
コード例 #4
0
 public CountryService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
コード例 #5
0
 public TeacherService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
コード例 #6
0
 public ExecutorService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
コード例 #7
0
 public DivisionService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
コード例 #8
0
 public UserService(StudentiProjectContext context)
 {
     Context = context;
 }