11 lines
225 B
C#
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; }
|
|
}
|
|
}
|