From 368ccab2cd28013831f172a6524b745816cb47cf Mon Sep 17 00:00:00 2001 From: lodufour1 Date: Wed, 11 Oct 2023 12:50:43 +0200 Subject: [PATCH] Fix(Back-End): le manager marche --- Sources/BookApp/BookApp.csproj | 2 +- Sources/BookApp/Composants/GroupCollection.xaml | 2 +- Sources/Tests/Tests.csproj | 2 +- Sources/VMWrapper/ManagerViewModel.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/BookApp/BookApp.csproj b/Sources/BookApp/BookApp.csproj index f1d4c4b..3dcea2e 100644 --- a/Sources/BookApp/BookApp.csproj +++ b/Sources/BookApp/BookApp.csproj @@ -67,7 +67,7 @@ - + diff --git a/Sources/BookApp/Composants/GroupCollection.xaml b/Sources/BookApp/Composants/GroupCollection.xaml index 953df7b..74d3c92 100644 --- a/Sources/BookApp/Composants/GroupCollection.xaml +++ b/Sources/BookApp/Composants/GroupCollection.xaml @@ -5,7 +5,7 @@ xmlns:model="clr-namespace:Model;assembly=Model" x:Class="BookApp.Composants.GroupCollection"> - diff --git a/Sources/Tests/Tests.csproj b/Sources/Tests/Tests.csproj index abb2b97..1af8a17 100644 --- a/Sources/Tests/Tests.csproj +++ b/Sources/Tests/Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Sources/VMWrapper/ManagerViewModel.cs b/Sources/VMWrapper/ManagerViewModel.cs index 0d4182d..7b9ba4e 100644 --- a/Sources/VMWrapper/ManagerViewModel.cs +++ b/Sources/VMWrapper/ManagerViewModel.cs @@ -6,7 +6,7 @@ namespace VMWrapper { public FilterViewModel filterVm { get; } public SearchBarViewModel searchBar { get; } - public BookViewModel bookVm { get; } = new BookViewModel(); + public BookViewModel bookVm { get; } public ManagerViewModel( FilterViewModel filterVm,