コード例 #1
0
 public Repository(NahhasWebDbContext context)
 {
     _context = context;
     _table   = _context.Set <T>();
 }
コード例 #2
0
 public UnitOfWork(NahhasWebDbContext context)
 {
     _context = context;
 }