Merge pull request #1156 from felfert/master
[mono.git] / mcs / class / System.Web.Mvc3 / Mvc / IUniquelyIdentifiable.cs
1 namespace System.Web.Mvc {
2     internal interface IUniquelyIdentifiable {
3         string UniqueId { get; }
4     }
5 }