Compare commits
No commits in common. "ebf6c225f3a05fa0b417f9f23d5187061cda88dc" and "711e2a53a5b9f836339e597a4d6f9b27059e1dd8" have entirely different histories.
ebf6c225f3
...
711e2a53a5
|
|
@ -246,7 +246,7 @@ public enum ReadingOrder
|
||||||
|
|
||||||
public class DefaultSegmentNameDto
|
public class DefaultSegmentNameDto
|
||||||
{
|
{
|
||||||
public string SegmentationName { get; set; } = "Segmentation";
|
public string SegmentationName { get; set; } =string.Empty;
|
||||||
|
|
||||||
public List<string> SegmentNameList { get; set; }= new List<string>() { "Segment" };
|
public List<string> SegmentNameList { get; set; }= new List<string>();
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue