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