Exemplo n.º 1
0
 protected virtual IEnumerable <JobFilterAttribute> GetMethodAttributes(Job job)
 {
     return(job.GetMethodFilterAttributes(_cacheAttributeInstances));
 }
 protected virtual IEnumerable<JobFilterAttribute> GetMethodAttributes(Job job)
 {
     return job.GetMethodFilterAttributes(_cacheAttributeInstances);
 }