Example #1
0
 public CountryController(StudentiProjectContext context)
 {
     _context = context;
 }
 public StudentService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
 public CollegeService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
 public CountryService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
 public TeacherService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
Example #6
0
 public ExecutorService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
 public DivisionService(
     StudentiProjectContext context
     )
 {
     _context = context;
 }
 public UserService(StudentiProjectContext context)
 {
     Context = context;
 }