using System.Collections.Generic; namespace CompanyManagment.App.Contracts.Contract; public class GroupPrintViewModel { public List ContractList { get; set; } public List CantractIdList { get; set; } public int StartPrint { get; set; } public int EndPrint { get; set; } }