diff options
Diffstat (limited to 'Models/UnderwearBundle.cs')
-rw-r--r-- | Models/UnderwearBundle.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Models/UnderwearBundle.cs b/Models/UnderwearBundle.cs deleted file mode 100644 index 1f451e6..0000000 --- a/Models/UnderwearBundle.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace MyDarling.Models -{ - public class UnderwearBundle - { - public int Id { get; set; } - public string Name { get; set; } = "My Darling Bundle"; - public List<Figure> Figures { get; set; } = new List<Figure>(); - public string Description { get; set; } = string.Empty; - public decimal Price { get; set; } - } -}
\ No newline at end of file |