예제 #1
0
 public Repository(StorageContext context) : base(context)
 {
 }
예제 #2
0
 public RepositoryWithTypedId(StorageContext context)
 {
     _context = context;
     DbSet    = _context.Set <T>();
 }