using SuperCms.Database; using System; using System.Collections.Generic; namespace SuperCms.Models { public class StockViewModel { public List stockData { get; set; } public List stockNganh { get; set; } public string fromDate { get; set; } public string toDate { get; set; } public Dictionary> distributeData { get; set; } public List listDate { get; set; } } }