RetailSolutions.Shared.Microservices.Gemco.Clientes 1.0.25

dotnet add package RetailSolutions.Shared.Microservices.Gemco.Clientes --version 1.0.25
                    
NuGet\Install-Package RetailSolutions.Shared.Microservices.Gemco.Clientes -Version 1.0.25
                    
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="RetailSolutions.Shared.Microservices.Gemco.Clientes" Version="1.0.25" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RetailSolutions.Shared.Microservices.Gemco.Clientes" Version="1.0.25" />
                    
Directory.Packages.props
<PackageReference Include="RetailSolutions.Shared.Microservices.Gemco.Clientes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RetailSolutions.Shared.Microservices.Gemco.Clientes --version 1.0.25
                    
#r "nuget: RetailSolutions.Shared.Microservices.Gemco.Clientes, 1.0.25"
                    
#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.
#addin nuget:?package=RetailSolutions.Shared.Microservices.Gemco.Clientes&version=1.0.25
                    
Install RetailSolutions.Shared.Microservices.Gemco.Clientes as a Cake Addin
#tool nuget:?package=RetailSolutions.Shared.Microservices.Gemco.Clientes&version=1.0.25
                    
Install RetailSolutions.Shared.Microservices.Gemco.Clientes as a Cake Tool

Introduction

Esta lib auxilia na gra��o dos clientes Gemco dos microservices da Retail Solutions

Ela cont�m:

  • Inserir Cliente

Exemplo

var clienteModel = new ClienteModel(
    naturezaCliente,
    clienteMax.Nome,
    clienteMax.Fantasia,
    pcnpjcpf,
    tipoInscricao,
    inscricao,
    "16",
    clienteMax.PlanoPagamento?.Codigo,
    codsitcredito,
    clienteMax.RG,
    clienteMax.OrgaoRG,
    0,
    0,
    "",
    null,
    clienteMax.Credito?.Limite,
    clienteMax.Configuracoes?.PercDesconto,
    clienteMax.CodigoClienteNuvem.ToString(),
    listEnderecos);

var clienteGemco = new ClienteGemco(clienteModel);
var logIntegracaoGemco = await clienteGemco.InserirOuAtualizarClienteGemcoAsync(connection, cancellationToken);
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 was computed.  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.

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.25 92 2/14/2025
1.0.24 101 2/14/2025
1.0.21 308 11/13/2024
1.0.18 115 11/7/2024
1.0.16 113 10/28/2024
1.0.15 102 10/26/2024
1.0.13 102 10/25/2024
1.0.11 103 10/25/2024
1.0.10 95 10/25/2024
1.0.6 119 10/22/2024
1.0.5 393 8/10/2024
1.0.0 125 8/10/2024