forked from ddrilling/AsbCloudServer
Moved ParserServiceBase
This commit is contained in:
parent
06d3e9851a
commit
886abdcf06
@ -8,7 +8,7 @@ using AsbCloudApp.Requests.ParserOptions;
|
|||||||
using AsbCloudApp.Services;
|
using AsbCloudApp.Services;
|
||||||
using ClosedXML.Excel;
|
using ClosedXML.Excel;
|
||||||
|
|
||||||
namespace AsbCloudInfrastructure;
|
namespace AsbCloudInfrastructure.Services;
|
||||||
|
|
||||||
public abstract class ParserServiceBase<TDto, TOptions> : IParserService<TDto, TOptions>
|
public abstract class ParserServiceBase<TDto, TOptions> : IParserService<TDto, TOptions>
|
||||||
where TDto : class, IId
|
where TDto : class, IId
|
Loading…
Reference in New Issue
Block a user