public CommandInterceptors()
 {
     AddCommandInterceptor = new DefaultAddCommandInterceptor();
     ModifyCommandInterceptor = new DefaultModifyCommandInterceptor();
     DeleteCommandInterceptor = new DefaultDeleteCommandInterceptor();
     SaveCommandInterceptor = new DefaultSaveCommandInterceptor();
 }
Exemplo n.º 2
0
 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();
 }