You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/modules/cms-kit/host/Volo.CmsKit.Web.Host/CmsKitWebAutoMapperProfile.cs

12 lines
225 B

using AutoMapper;
namespace Volo.CmsKit;
public class CmsKitWebAutoMapperProfile : Profile
{
public CmsKitWebAutoMapperProfile()
{
//Define your AutoMapper configuration here for the Web project.
}
}