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