Fixed subcontrollers

This commit is contained in:
2022-12-14 15:26:43 +03:00
parent 9912656752
commit 6fb2e81142
13 changed files with 191 additions and 111 deletions

View File

@@ -14,10 +14,10 @@ public class Domain {
string description,
string sections
) {
this.Id = id;
this.Name = name;
this.Id = id;
this.Name = name;
this.Description = description;
this.Sections = sections;
this.Sections = sections;
}
public override string ToString()