cicd
This commit is contained in:
12
PARR.API/MappingProfiles/DomainToResponseProfile.cs
Normal file
12
PARR.API/MappingProfiles/DomainToResponseProfile.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using AutoMapper;
|
||||
|
||||
namespace PARR.API.MappingProfiles
|
||||
{
|
||||
public class DomainToResponseProfile : Profile
|
||||
{
|
||||
public DomainToResponseProfile()
|
||||
{
|
||||
// из проекта наружу
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user