using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CPRNIMS.Infrastructure.ViewModel.Canvass { public class SupplierList { public List? SupplierId { get; set; } } }