refactoring
This commit is contained in:
@ -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")]
|
||||
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
@ -595,7 +595,7 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\YavscLib\YavscLib.csproj">
|
||||
<Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
|
||||
<Name>YavscLib</Name>
|
||||
<Name>Yavsc.Abstract</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user