Exemplo n.º 1
0
 public DomainBuffer()
 {
     _buffer = DomainDrivenConfiguration.Current.BufferConfig.GetCache() ?? new MemoryBuffer();
 }