using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XImagingXhandler.XDAL { public class PlateWellsLiquidData { public int nIndex { get; set; } public string liquidTypeID { get; set; } public string liquidTypeName { get; set; } public int nVolume { get; set; } public string wells { get; set; } } }