Example #1
0
 public EntityFrameworkRepositoryReadOnly(EntityFrameWorkDbContext context)
 {
     _contextReadOnly = context;
 }
 public EntityFrameworkRepository(EntityFrameWorkDbContext context) : base(context)
 {
     _context = context;
 }