Data Mapper implementation in C#
- by cargo86
Hi,
My Domain Layer is implemented with Domain Model, and after PEAA, in Data Layer I have to use Data Mapper.
NHiberbate is an implemantation of Data Mapper in C#?
What alternative I have to use Data Mapper in a C# project?
Thanks a lot!