public RepositoryWithTypedId(TcDbContext context)
 {
     Context = context;
     DbSet   = Context.Set <T>();
 }
Exemple #2
0
 public Repository(TcDbContext context) : base(context)
 {
 }