-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Hamed ZVand edited this page Jul 22, 2020
·
1 revision
For your Application Service layer, you just this abstraction. This library consists of base classes, interfaces, contracts, and utilities and it helps you to clean your Application layer from the technology-specific implementation of the Data layer.
You should install Alamut.Data with NuGet:
Install-Package Alamut.Data
Or via the .NET Core command-line interface:
dotnet add package Alamut.Data
Either commands, from Package Manager Console or .NET Core CLI, will download and install all required dependencies.