using System; using System.Collections.Generic; using System.Text; namespace FarmMapsAPI.Carbon.Models { public class GIS_Soils_Sets { public List SoilType { get; set; } public List MineralSoils { get; set; } public List Months { get; set; } public List AllMonths { get; set; } public List ClimateVar { get; set; } } }