Esempio n. 1
0
 public DotRealDbContext(DbContextOptions options, IDotRealChangeTracker tracker) : base(options)
 {
     this.tracker = tracker;
 }
 public SampleDbContext(DbContextOptions options, IDotRealChangeTracker tracker) : base(options, tracker)
 {
 }