CustomsClearance.Cars.Russia 1.0.1

dotnet add package CustomsClearance.Cars.Russia --version 1.0.1                
NuGet\Install-Package CustomsClearance.Cars.Russia -Version 1.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CustomsClearance.Cars.Russia" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CustomsClearance.Cars.Russia --version 1.0.1                
#r "nuget: CustomsClearance.Cars.Russia, 1.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CustomsClearance.Cars.Russia as a Cake Addin
#addin nuget:?package=CustomsClearance.Cars.Russia&version=1.0.1

// Install CustomsClearance.Cars.Russia as a Cake Tool
#tool nuget:?package=CustomsClearance.Cars.Russia&version=1.0.1                

CustomsClearance.Cars.Russia

Библиотека для расчета таможенных пошлин в России

Установка

Чтобы установить библиотеку, выполните:

dotnet add package CustomsClearance.Cars.Russia

Как пользоваться

Пример расчёта таможенных пошлин для авто

var carCustomsClearanceCost = CarCustomsClearance
    .Create(
        importerType: ImporterType.LegalEntity, 
        carAge: 6, 
        engineType: EngineType.Diesel, 
        enginePower: 150, 
        engineVolume: 1800, 
        carPrice: 2000000, 
        euroExchangeRate: 102.9215M)
    .Calculate();

Console.WriteLine($"Customs Clearance Cost: {carCustomsClearanceCost.Total}");

Лицензия

Проект распространяется под лицензией MIT.
Подробнее см. файл LICENSE.

Контакты

Разработка: 5G0d
Обратная связь: t.me@N5G0d

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 94 2/5/2025
1.0.0 59 2/5/2025