public CommandInterceptors()
 {
     AddCommandInterceptor = new DefaultAddCommandInterceptor();
     ModifyCommandInterceptor = new DefaultModifyCommandInterceptor();
     DeleteCommandInterceptor = new DefaultDeleteCommandInterceptor();
     SaveCommandInterceptor = new DefaultSaveCommandInterceptor();
 }
 public RepositoryInterceptors()
 {
     QueryInterceptor = new DefaultQueryInterceptor();
     AddCommandInterceptor = new DefaultAddCommandInterceptor();
     ModifyCommandInterceptor = new DefaultModifyCommandInterceptor();
     DeleteCommandInterceptor = new DefaultDeleteCommandInterceptor();
     SaveCommandInterceptor = new DefaultSaveCommandInterceptor();
 }
 public RepositoryInterceptors()
 {
     QueryInterceptor         = new DefaultQueryInterceptor();
     AddCommandInterceptor    = new DefaultAddCommandInterceptor();
     ModifyCommandInterceptor = new DefaultModifyCommandInterceptor();
     DeleteCommandInterceptor = new DefaultDeleteCommandInterceptor();
     SaveCommandInterceptor   = new DefaultSaveCommandInterceptor();
 }