public UnitOfWork(ITrouvailleContext trouvailleContext) { this.trouvailleContext = trouvailleContext; }
public EfGenericRepository(ITrouvailleContext context) { this.Context = context; this.DbSet = this.Context.Set <T>(); }