refactoring

This commit is contained in:
Paul Schneider 2017-06-01 12:02:24 +02:00
commit c06560a59d
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; }