public DeleteExtendedAttributeCommandHandler( IExtendedAttributeUnitOfWork <TId, TEntityId, TEntity> unitOfWork, IStringLocalizer <DeleteExtendedAttributeCommandLocalization> localizer) { _unitOfWork = unitOfWork; _localizer = localizer; }
public AddEditExtendedAttributeCommandHandler( IExtendedAttributeUnitOfWork <TId, TEntityId, TEntity> unitOfWork, IMapper mapper, IStringLocalizer <AddEditExtendedAttributeCommandLocalization> localizer) { _unitOfWork = unitOfWork; _mapper = mapper; _localizer = localizer; }