Use abstract static member, add publish script
This commit is contained in:
parent
1668b7c9a1
commit
d48a74912a
20 changed files with 66 additions and 84 deletions
|
|
@ -7,10 +7,8 @@ using Dinah.Core.Collections.Generic;
|
|||
|
||||
namespace DtoImporterService
|
||||
{
|
||||
public class LibraryBookImporter : ItemsImporterBase
|
||||
public class LibraryBookImporter : ImporterBase<LibraryValidator>
|
||||
{
|
||||
protected override IValidator Validator => new LibraryValidator();
|
||||
|
||||
private BookImporter bookImporter { get; }
|
||||
|
||||
public LibraryBookImporter(LibationContext context) : base(context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue