Ejemplo n.º 1
0
 protected virtual bool ExistInCache <T>(string cacheKey) where T : class
 {
     return(IRepoContext.ExistInCache <T>(cacheKey));
 }