public CachingConventionsFluentInterface AddCondition(ICacheConvention convention)
 {
     _repositoryDecorator.CacheInterceptor.AddConvention(convention);
     return(this);
 }
コード例 #2
0
 public void AddConvention(ICacheConvention convention)
 {
     throw new System.NotImplementedException();
 }