public override void RuntimeInitialize(MethodBase method) { _cacheConcern = ObjectFactory.GetInstance<ICachingConcern>(); }
public CachedInterceptor(ICachingConcern cacheConcern) { _cacheConcern = cacheConcern; }
public override void RuntimeInitialize(MethodBase method) { _cacheConcern = ObjectFactory.GetInstance <ICachingConcern>(); }