Compare commits
2 Commits
711e2a53a5
...
ebf6c225f3
| Author | SHA1 | Date |
|---|---|---|
|
|
ebf6c225f3 | |
|
|
7083cc4493 |
|
|
@ -246,7 +246,7 @@ public enum ReadingOrder
|
|||
|
||||
public class DefaultSegmentNameDto
|
||||
{
|
||||
public string SegmentationName { get; set; } =string.Empty;
|
||||
public string SegmentationName { get; set; } = "Segmentation";
|
||||
|
||||
public List<string> SegmentNameList { get; set; }= new List<string>();
|
||||
public List<string> SegmentNameList { get; set; }= new List<string>() { "Segment" };
|
||||
}
|
||||
Loading…
Reference in New Issue