diff --git a/PARR.API/MappingProfiles/DomainToResponseProfile.cs b/PARR.API/MappingProfiles/DomainToResponseProfile.cs index 2232f622..0e99ef8e 100644 --- a/PARR.API/MappingProfiles/DomainToResponseProfile.cs +++ b/PARR.API/MappingProfiles/DomainToResponseProfile.cs @@ -63,7 +63,7 @@ namespace PARR.API.MappingProfiles // === Template === - CreateMap(); + CreateMap(); CreateMap() .ForMember(d => d.Code, o => o.MapFrom(s => s.RobotStatus!.Code)) diff --git a/PARR.DAL/Context/DataContext.cs b/PARR.DAL/Context/DataContext.cs index 405e451b..ac84092d 100644 --- a/PARR.DAL/Context/DataContext.cs +++ b/PARR.DAL/Context/DataContext.cs @@ -33,7 +33,7 @@ namespace PARR.DAL.Context public DbSet Settings { get; set; } public DbSet RawDataEKs { get; set; } public DbSet