RegionEditDto
public class RegionEditDto : RegionDto, IHasPath, INotificationModel
Inheritance
Namespace
Constructors
RegionEditDto
The default constructor.
public RegionEditDto()
Properties
Notifications
public List<Notification> Notifications { get; set; }
Path
public List<string> Path { get; set; }