using System.Collections.Generic; namespace Model.ModelVm { public class IdVm { public int Id { get; set; } public List Ids { get; set; } } }