Example #1
0
 public EntityFrameworkRepo(DbContent _context)
 {
     this._context = _context;
     _table        = _context.Set <T>();
 }
Example #2
0
 public CommentsRepo(DbContent _context) : base(_context)
 {
 }
Example #3
0
 public NewsRepo(DbContent _content) : base(_content)
 {
 }