Setup haulmkilling sample application

This commit is contained in:
2020-04-22 12:51:53 +02:00
parent e6244ff74b
commit f16ad90f68
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();
}
}
}