Added BlightApiClient

This commit is contained in:
2020-09-10 22:38:31 +02:00
parent 54272e1339
commit 2fe230ccbf
8 changed files with 247 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
namespace FarmMapsBlight.Models
{
public class Settings
{
public string CropfieldItemCode { get; set; }
}
}