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