From 891608bd938038758cd0b4045e0df8701afac484 Mon Sep 17 00:00:00 2001 From: Reza Noei Date: Sat, 29 Jun 2024 16:05:33 +0330 Subject: [PATCH] Update Readme.md. --- Source/BSN.Commons.AutoMapper/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/BSN.Commons.AutoMapper/README.md b/Source/BSN.Commons.AutoMapper/README.md index d4f75fa..ea0c371 100644 --- a/Source/BSN.Commons.AutoMapper/README.md +++ b/Source/BSN.Commons.AutoMapper/README.md @@ -1,7 +1,5 @@ # BSN.Commons.AutoMapper -ITNOA - This package contains some facilities for using AutoMapper in Enterprise Applications. AutoMapper is a popular library for mapping objects from one Model to Another. It simplifies the process of mapping complex objects and reduces the amount of code needed to perform these mappings stuffs.