using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CompanyManagment.App.Contracts.Checkout; public class MainViewModel { public List MainList { get; set; } public string WorkshopSearch { get; set; } public bool IsSysManager { get; set; } }