Exemple #1
0
 /// <summary>
 /// Nons the safe journal.
 /// </summary>
 /// <param name="provider">The provider.</param>
 /// <param name="context">The context.</param>
 public NonSafeService(Caching.BlockCache provider, AllocationContext context)
 {
     this.provider        = provider;
     this.context         = context;
     this.context.Service = this;
 }