コード例 #1
0
 public CourseRepository(TraineesDB_Context _context)
 {
     context = _context;
 }
コード例 #2
0
 public TrackRepository(TraineesDB_Context _context)
 {
     context = _context;
 }