forked from FarmMaps/FarmMapsApiClient
Setup haulmkilling sample application
This commit is contained in:
13
FarmmapsHaulmkilling/HaulmkillingApplication.cs
Normal file
13
FarmmapsHaulmkilling/HaulmkillingApplication.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Threading.Tasks;
|
||||
using FarmmapsApi;
|
||||
|
||||
namespace FarmmapsHaulmkilling
|
||||
{
|
||||
public class HaulmkillingApplication : IApplication
|
||||
{
|
||||
public Task RunAsync()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user