diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 15:59:30 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 15:59:30 +0300 |
commit | 01b2e4665136e519d3b35ca4cd1199d8616a4b85 (patch) | |
tree | fb4d4accb4d6fef67fac4a06b8f2c862bb6b5f7d /src/Models/TargetPriceList.cs | |
parent | 69b336f2d51da40bbc299af276d350288ba0fc3b (diff) |
Move to .net6
Diffstat (limited to 'src/Models/TargetPriceList.cs')
-rw-r--r-- | src/Models/TargetPriceList.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Models/TargetPriceList.cs b/src/Models/TargetPriceList.cs index 163d429..2dcd48e 100644 --- a/src/Models/TargetPriceList.cs +++ b/src/Models/TargetPriceList.cs @@ -2,6 +2,7 @@ using System; using System.IO; using System.Linq; +using Range = Microsoft.Office.Interop.Excel.Range; namespace RhSolutions.Models { |