aboutsummaryrefslogtreecommitdiff
path: root/src/Models/PriceListBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Models/PriceListBase.cs')
-rw-r--r--src/Models/PriceListBase.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Models/PriceListBase.cs b/src/Models/PriceListBase.cs
deleted file mode 100644
index 95f385d..0000000
--- a/src/Models/PriceListBase.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using Microsoft.Office.Interop.Excel;
-
-namespace RhSolutions.Models
-{
- internal abstract class PriceListBase
- {
- public Range AmountCell { get; protected set; }
- public Range SkuCell { get; protected set; }
- public Range GroupCell { get; protected set; }
- public Range NameCell { get; protected set; }
-
- public Worksheet Sheet { get; protected set; }
- public string Name { get; protected set; }
- }
-} \ No newline at end of file