Moved ParserServiceBase

This commit is contained in:
Степанов Дмитрий 2024-02-11 11:21:38 +03:00
parent 06d3e9851a
commit 886abdcf06

View File

@ -8,7 +8,7 @@ using AsbCloudApp.Requests.ParserOptions;
using AsbCloudApp.Services;
using ClosedXML.Excel;
namespace AsbCloudInfrastructure;
namespace AsbCloudInfrastructure.Services;
public abstract class ParserServiceBase<TDto, TOptions> : IParserService<TDto, TOptions>
where TDto : class, IId