Setup haulmkilling sample application

This commit is contained in:
2020-04-22 12:51:53 +02:00
parent 56193b1b39
commit 027cdfe722
6 changed files with 84 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
using System.Threading.Tasks;
using FarmmapsApi;
namespace FarmmapsHaulmkilling
{
public class HaulmkillingApplication : IApplication
{
public Task RunAsync()
{
throw new System.NotImplementedException();
}
}
}