Corrected the fake record in Orchard.Azure.

This commit is contained in:
Daniel Stolt 2013-08-28 03:24:23 +02:00 committed by Sebastien Ros
parent f6d01c8d23
commit 8020447191

View File

@ -1,4 +1,5 @@
using System;
using Orchard.Environment.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
@ -7,8 +8,9 @@ namespace Orchard.Azure.Services.Caching.Database.Models {
/// <summary>
/// Fake record in order to force the mappings to be updated
/// once the modules is enabled/disabled.
/// whenever the feature is enabled/disabled.
/// </summary>
[OrchardFeature(Constants.DatabaseCacheFeatureName)]
public class AzureCacheRecord {
public virtual int Id {
get;