Mia service .NET Library
A library that allows you to define Mia-Platform custom services in .NET Core easily.
Purpose
This library aims to provide an easy way to integrate your custom microservices with Mia-Platform. You can use it is to integrate with your defined CRUD and other custom services that run is your DevOps Console Project.
Install
Package Manager
Install-Package MiaServiceDotNetLibrary -Version 1.0.0
.Net CLI
dotnet add package MiaServiceDotNetLibrary --version 1.0.0
PackageReference
<PackageReference Include="MiaServiceDotNetLibrary" Version="1.0.0" />