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