public ContosoUniversityRepositoryInterceptors() { SaveCommandInterceptor = new ContosoUniversitySaveCommandInterceptor(); DeleteCommandInterceptor = new SoftDeleteDeleteCommandInterceptor(); AddCommandInterceptor = new TrackedEntitiesAddCommandInterceptor(); ModifyCommandInterceptor = new TrackedEntitiesModifyCommandInterceptor(); }