mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
19 lines
289 B
C#
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()
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
}
|