예제 #1
0
 public DomainBuffer()
 {
     _buffer = DomainDrivenConfiguration.Current.BufferConfig.GetCache() ?? new MemoryBuffer();
 }