コード例 #1
0
 public InterviewRepository(EasyInterviewContext context) : base(context)
 {
 }
コード例 #2
0
 public Repository(EasyInterviewContext context)
 {
     DbContext = context;
 }