Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# .net automapper profile

using AutoMapper;
namespace AutoMapDemo.API.MapperProfiles
{
    public class AppProfile:Profile
    {
        public AppProfile()
        {
            
        }
    }
}
Source by www.learmoreseekmore.com #
 
PREVIOUS NEXT
Tagged: #automapper #profile
ADD COMMENT
Topic
Name
9+8 =