Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DomainCache"/> class.
 /// </summary>
 public DomainCache(SnapDictionary <int, Domain> .Snapshot snapshot, string defaultCulture)
 {
     _snapshot      = snapshot;
     DefaultCulture = defaultCulture;
 }