-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add BsonId annotation and LiteDB reference to Entities
Signed-off-by: Russell Camo <[email protected]>
- Loading branch information
Showing
15 changed files
with
76 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<UserControl x:Class="GroomWise.Views.Pages.InventoryView" | ||
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="https://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" | ||
HorizontalAlignment="Stretch" | ||
d:DesignHeight="300" | ||
d:DesignWidth="300" | ||
Style="{StaticResource FadeInFromBottomAnimation}" | ||
mc:Ignorable="d"> | ||
<TextBlock HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Text="Inventory" /> | ||
<UserControl | ||
x:Class="GroomWise.Views.Pages.InventoryView" | ||
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="https://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" | ||
HorizontalAlignment="Stretch" | ||
d:DesignHeight="720" | ||
d:DesignWidth="1280" | ||
Style="{StaticResource FadeInFromBottomAnimation}" | ||
mc:Ignorable="d"> | ||
<TextBlock | ||
HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Text="Inventory" /> | ||
</UserControl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<UserControl x:Class="GroomWise.Views.Pages.PetsView" | ||
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="https://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" | ||
HorizontalAlignment="Stretch" | ||
d:DesignHeight="300" | ||
d:DesignWidth="300" | ||
Style="{StaticResource FadeInFromBottomAnimation}" | ||
mc:Ignorable="d"> | ||
<TextBlock HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Text="Pets" /> | ||
<UserControl | ||
x:Class="GroomWise.Views.Pages.PetsView" | ||
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="https://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" | ||
HorizontalAlignment="Stretch" | ||
d:DesignHeight="720" | ||
d:DesignWidth="1280" | ||
Style="{StaticResource FadeInFromBottomAnimation}" | ||
mc:Ignorable="d"> | ||
<TextBlock | ||
HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Text="Pets" /> | ||
</UserControl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<UserControl x:Class="GroomWise.Views.Pages.ReportsView" | ||
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="https://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" | ||
HorizontalAlignment="Stretch" | ||
d:DesignHeight="300" | ||
d:DesignWidth="300" | ||
Style="{StaticResource FadeInFromBottomAnimation}" | ||
mc:Ignorable="d"> | ||
<TextBlock HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Text="Reports" /> | ||
<UserControl | ||
x:Class="GroomWise.Views.Pages.ReportsView" | ||
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="https://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" | ||
HorizontalAlignment="Stretch" | ||
d:DesignHeight="720" | ||
d:DesignWidth="1280" | ||
Style="{StaticResource FadeInFromBottomAnimation}" | ||
mc:Ignorable="d"> | ||
<TextBlock | ||
HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Text="Reports" /> | ||
</UserControl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters