nbs application can now read multiple input from json file.

This commit is contained in:
2020-04-08 21:43:03 +02:00
parent c80020d122
commit 697e7c910a
5 changed files with 112 additions and 67 deletions

View File

@@ -17,8 +17,6 @@ namespace FarmmapsApi.Services
private readonly ILogger<GeneralService> _logger;
private readonly FarmmapsApiService _farmmapsApiService;
private readonly string _downloadFolder = "Downloads";
public GeneralService(ILogger<GeneralService> logger, FarmmapsApiService farmmapsApiService)
{
_logger = logger;