summaryrefslogtreecommitdiff
path: root/Models/UnderwearBundle.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-03 07:41:46 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-03 07:41:46 +0300
commit3bade8859bcd938b85c39ab16eaa0dcf8e01535f (patch)
tree9157e3f27d8007206c12d5ec0cf5f2936295c0e7 /Models/UnderwearBundle.cs
parent81c1fc0c14253457c3c4fc24735e787ace1db70b (diff)
Mass refactoring
Diffstat (limited to 'Models/UnderwearBundle.cs')
-rw-r--r--Models/UnderwearBundle.cs11
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