forked from FarmMaps/FarmMapsApiClient
refactored program
This commit is contained in:
9
FarmmapsApi/IApplication.cs
Normal file
9
FarmmapsApi/IApplication.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FarmmapsApi
|
||||
{
|
||||
public interface IApplication
|
||||
{
|
||||
Task RunAsync();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user