refactor(DataAccess): remove duplicate Models and Attributes (now in Core/ExcelIO)

This commit is contained in:
Joseph Doherty
2026-01-06 23:42:42 -05:00
parent e36eb27947
commit 4fbd264181
7 changed files with 0 additions and 523 deletions
@@ -4,7 +4,6 @@ using JdeScoping.DataAccess.Options;
using JdeScoping.DataAccess.Interfaces;
using JdeScoping.Core.Models.SearchResults;
using JdeScoping.DataAccess.Models;
using SearchModel = JdeScoping.Core.Models.SearchResults.SearchModel;
using JdeScoping.DataAccess.QueryBuilders;
using Microsoft.Data.SqlClient;
using Microsoft.Extensions.Logging;