Files
AntSK/Xzy.KnowledgeBase.Domain/Map/AutoMapProfile.cs
2024-02-01 23:12:53 +08:00

19 lines
289 B
C#

using AutoMapper;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Xzy.KnowledgeBase.Domain.Map
{
public class AutoMapProfile : Profile
{
public AutoMapProfile()
{
}
}
}