12 lines
182 B
C#
12 lines
182 B
C#
|
using AutoMapper;
|
|||
|
|
|||
|
namespace NetworkResurrector.Application.Mappings
|
|||
|
{
|
|||
|
public class MappingProfile : Profile
|
|||
|
{
|
|||
|
public MappingProfile()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|