Example #1
0
 internal EducationMaterialRepository(EduInfoSystemContext context)
     : base(context)
 {
 }
Example #2
0
 internal EduInfoSystemRepository(EduInfoSystemContext context)
     : base(context)
 {
 }