13 lines
197 B
C#
13 lines
197 B
C#
using AutoMapper;
|
|
|
|
namespace ZR.Admin.WebApi.AutoMapperProfile
|
|
{
|
|
public class AutoMapperProfile : Profile
|
|
{
|
|
public AutoMapperProfile() {
|
|
|
|
|
|
}
|
|
}
|
|
}
|