forked from FarmMaps/FarmMapsApiClient
9 lines
126 B
C#
9 lines
126 B
C#
using System.Threading.Tasks;
|
|
|
|
namespace FarmmapsApiSamples
|
|
{
|
|
public interface IApp
|
|
{
|
|
Task RunAsync();
|
|
}
|
|
} |