refactoring

This commit is contained in:
Paul Schneider 2017-06-01 12:03:57 +02:00
commit 0e0de3f47f
3 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ namespace Yavsc.Models.Haircut
public virtual PerformerProfile BaseProfile { get; set; }
[Display(Name="Portfolio")]
public virtual List<Link> Links { get; set; }
public virtual List<HyperLink> Links { get; set; }
[Display(Name="Rayon d'action"),DisplayFormat(DataFormatString="{0} km")]

View file

@ -45,6 +45,6 @@ namespace Yavsc.Models.Payment {
public string State { get; set; }
public virtual List<Link> Links { get; set; }
public virtual List<HyperLink> Links { get; set; }
}
}