diff --git a/Yavsc/Models/HairCut/BrusherProfile.cs b/Yavsc/Models/HairCut/BrusherProfile.cs
index de413385..aad4e782 100644
--- a/Yavsc/Models/HairCut/BrusherProfile.cs
+++ b/Yavsc/Models/HairCut/BrusherProfile.cs
@@ -25,7 +25,7 @@ namespace Yavsc.Models.Haircut
public virtual PerformerProfile BaseProfile { get; set; }
[Display(Name="Portfolio")]
- public virtual List Links { get; set; }
+ public virtual List Links { get; set; }
[Display(Name="Rayon d'action"),DisplayFormat(DataFormatString="{0} km")]
diff --git a/Yavsc/Models/Payment/PaypalPayment.cs b/Yavsc/Models/Payment/PaypalPayment.cs
index be24a4c3..e5ed69b1 100644
--- a/Yavsc/Models/Payment/PaypalPayment.cs
+++ b/Yavsc/Models/Payment/PaypalPayment.cs
@@ -45,6 +45,6 @@ namespace Yavsc.Models.Payment {
public string State { get; set; }
- public virtual List Links { get; set; }
+ public virtual List Links { get; set; }
}
}
diff --git a/ZicMoove/ZicMoove/ZicMoove.csproj b/ZicMoove/ZicMoove/ZicMoove.csproj
index 32cd8d20..cdbd0cc0 100644
--- a/ZicMoove/ZicMoove/ZicMoove.csproj
+++ b/ZicMoove/ZicMoove/ZicMoove.csproj
@@ -595,7 +595,7 @@
{67f9d3a8-f71e-4428-913f-c37ae82cdb24}
- YavscLib
+ Yavsc.Abstract
@@ -617,11 +617,11 @@
-
\ No newline at end of file