コード例 #1
0
 public BaseRepository(SknowedDbContext context)
 {
 }
コード例 #2
0
ファイル: CourseRepository.cs プロジェクト: ezedinff/sknowed
 public CourseRepository(SknowedDbContext context) : base(context)
 {
 }