forked from FarmMaps/FarmMapsApiClient
13 lines
259 B
C#
13 lines
259 B
C#
|
using System.Threading.Tasks;
|
||
|
using FarmmapsApi;
|
||
|
|
||
|
namespace FarmmapsHaulmkilling
|
||
|
{
|
||
|
public class HaulmkillingApplication : IApplication
|
||
|
{
|
||
|
public Task RunAsync()
|
||
|
{
|
||
|
throw new System.NotImplementedException();
|
||
|
}
|
||
|
}
|
||
|
}
|