コード例 #1
0
 public StudentRepository(TestDBContext context) : base(context)
 {
 }
コード例 #2
0
 public RepositoryBase(TestDBContext repositoryContext)
 {
     this.repositoryContext = repositoryContext ?? throw new ArgumentNullException(nameof(repositoryContext));
 }