try new way to create URLs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace zero.Core.Entities
|
||||
{
|
||||
public interface IRoutedEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// Url for this entity
|
||||
/// </summary>
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user