protected BaseRepository(SharpDiffDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UnitOfWork(SharpDiffDbContext context)
 {
     _context = context;
 }
 public ContentRepository(SharpDiffDbContext context) : base(context)
 {
 }