Add materials converting from DTOs
This commit is contained in:
@@ -8,7 +8,7 @@ namespace StructureHelperLogics.Models.CrossSections
|
||||
{
|
||||
public class CrossSection : ICrossSection
|
||||
{
|
||||
public ICrossSectionRepository SectionRepository { get; private set; } = new CrossSectionRepository();
|
||||
public ICrossSectionRepository SectionRepository { get; set; } = new CrossSectionRepository();
|
||||
|
||||
public Guid Id { get; private set; }
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ namespace StructureHelperLogics.Models.CrossSections
|
||||
{
|
||||
public interface ICrossSection : ISaveable, ICloneable
|
||||
{
|
||||
ICrossSectionRepository SectionRepository { get; }
|
||||
ICrossSectionRepository SectionRepository { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user