Files
LeafWeb/Core/Models/FluxnetSite.cs
T
2016-01-18 13:45:43 -05:00

11 lines
225 B
C#

namespace LeafWeb.Core.Models
{
public class FluxnetSite
{
public string FluxnetId { get; set; }
public string SiteName { get; set; }
public string Country { get; set; }
public string LandUnit { get; set; }
}
}