feat(api,core,dal,domain): Сохранение снапшотов состояния роботов.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using AutoMapper;
|
||||
using PARR.Domain.DTOs.RobotSnapshotDTO;
|
||||
|
||||
namespace PARR.Core.Infrastructure.Mapping.RobotSnapshot
|
||||
{
|
||||
public class RobotSnapshotMappingProfile : Profile
|
||||
{
|
||||
public RobotSnapshotMappingProfile()
|
||||
{
|
||||
CreateMap<PARR.Domain.Entities.RobotEntities.RobotSnapshot, RobotSnapshotItem>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user