using System;
using System.Collections.Generic;
namespace EnVisage.Models
{
public class MixScenarioDetailsLoadModel
public string MixId { get; set; }
public List<Guid> Scenarios { get; set; }
}