コード例 #1
0
 public MarkRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #2
0
 public FileInstanceRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #3
0
 public RoleInRoomRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #4
0
 public ResponseRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #5
0
 public NotificationRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #6
0
 public GenericAsyncRepository(EducationPlatformDbContext context)
 {
     this.context = context;
 }
コード例 #7
0
 public AssignmentRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #8
0
 public FolderRepository(EducationPlatformDbContext context) : base(context)
 {
 }
コード例 #9
0
 public SuggestionRepository(EducationPlatformDbContext context) : base(context)
 {
 }