refactoring

This commit is contained in:
2017-06-01 12:02:24 +02:00
parent 4b3600a0d7
commit 0794df083f
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Relationship
{
public class Link
public class HyperLink
{
[Display(Name="Hyper référence")]
public string HRef { get; set; }