Added Fluxnet Site
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user