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