forked from FarmMaps/FarmMapsApiClient
zonering most basic flow
This commit is contained in:
9
FarmmapsZonering/Models/Output.cs
Normal file
9
FarmmapsZonering/Models/Output.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace FarmmapsZonering.Models
|
||||
{
|
||||
public class Output
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Quantity { get; set; }
|
||||
public string Unit { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user