using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
namespace HelloWorldMvcApp
public string Variant { get; set; }
public int Id { get; set; }
public List<TestList> TestList { get; set; }
public List<SubVariantList> SubVariantList { get; set; }
public class SubVariantList
public int Id { get; set; }
public int Order { get; set;}
public string Name { get; set; }
public decimal Fluctuation { get; set; }
Variants = new List<RowVM>();
public string Title { get; set; }
public string Key { get; set; }
public bool IsSequential { get; set; }
public List<RowVM> Variants { get; set; }
public IEnumerable<string> Headers { get; set; }
public int MaxColumns { get; set; }
Fluctuations = new List<ColumnVM>();
public string Variant { get; set; }
public List<ColumnVM> Fluctuations { get; set; }
public decimal Fluctuation { get; set; }
public static class Repository
public static List<List> FetchData()
TestList = new List<TestList>
SubVariantList = new List<SubVariantList>()
TestList = new List<TestList>()
SubVariantList = new List<SubVariantList>()
TestList = new List<TestList>
SubVariantList = new List<SubVariantList>
TestList = new List<TestList>
SubVariantList = new List<SubVariantList>