コード例 #1
0
 public AuditingManager()
 {
     _ambientScopeProvider = AmbientDataContextAmbientScopeProvider <AuditLogScope> .Instance;
     _auditingHelper       = new AuditingHelper();
     _auditingStore        = new ConsoleAuditingStore();
 }
コード例 #2
0
 public AuditingInterceptor()
 {
     _auditingHelper  = new AuditingHelper();
     _auditingManager = new AuditingManager();
 }