From d0c684f6d1f22ae3c457036c5669efe60419eea9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 1 Jun 2017 12:03:57 +0200 Subject: [PATCH] refactoring --- Yavsc/Models/HairCut/BrusherProfile.cs | 2 +- Yavsc/Models/Payment/PaypalPayment.cs | 2 +- ZicMoove/ZicMoove/ZicMoove.csproj | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) 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