Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to match Godel Opensource standard #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GodelTech.Business.AutoMapper

Library for using AutoMapper with GodelTech.Business
# Description
pNovikau marked this conversation as resolved.
Show resolved Hide resolved
GodelTech.Business.AutoMapper is a library designed to integrate AutoMapper with GodelTech.Business, providing seamless mapping capabilities in the business layer of your .NET applications.

## Overview
`GodelTech.Business.AutoMapper` implements [GodelTech.Business](https://github.com/GodelTech/GodelTech.Business) `IBusinessMapper` interface using [AutoMapper](https://www.nuget.org/packages/AutoMapper) NuGet package. It allows to use mapping of `TSource` to `TDestination`.
Expand All @@ -25,4 +26,7 @@ public class BusinessMapper : IBusinessMapper
return _mapper.Map(source, destination);
}
}
```
```

pNovikau marked this conversation as resolved.
Show resolved Hide resolved
# License
This project is licensed under the MIT License. See the LICENSE file for more details.
Loading