using System.Collections.Generic; namespace Admin.Core.Service.Admin.View.Input { public class ViewSyncInput { public List Views { get; set; } } }