Files
mixtape/zero.Backoffice/_legacy/Models/ActionCopyModel.cs
T
2021-11-23 12:35:18 +01:00

12 lines
204 B
C#

namespace zero.Web.Models
{
public class ActionCopyModel
{
public string Id { get; set; }
public string DestinationId { get; set; }
public bool IncludeDescendants { get; set; }
}
}