Info
Version: | 1.0.2 |
Author(s): | Rory Murphy |
Last Update: | Friday, April 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rorymurphy/Remapper |
NuGet Url: | https://www.nuget.org/packages/Remapper |
Install
Install-Package Remapper
dotnet add package Remapper
paket add Remapper
Remapper Download (Unzip the "nupkg" after downloading)
As an example use case, this allows users to create a types that abstract away details of persistence, while allowing queries against the facade to be translated to the data domain model and executed by a database's query provider.