コード例 #1
0
 public EntityFrameworkRepositoryReadOnly(EntityFrameWorkDbContext context)
 {
     _contextReadOnly = context;
 }
コード例 #2
0
 public EntityFrameworkRepository(EntityFrameWorkDbContext context) : base(context)
 {
     _context = context;
 }