Info
| Version: | 1.0.0.1 | 
| Author(s): | Adil | 
| Last Update: | Wednesday, June 14, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/Layery.Business | 
Install
Install-Package Layery.Business
                        dotnet add package Layery.Business
                        paket add Layery.Business
                        
                                Layery.Business Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- EntityFramework(>= 6.1.3)
- Layery.Data(>= 1.0.0)
Tags
 
                
Contains base classes for Business Layer.
A fast and optimized property mapper is included.
(eg:- service.GetAll<Person>(person.Age > 25))
A Generic Business Service Interface
see https://github.com/Adilcp/LayeryDemo.