forked from FarmMaps/FarmMapsApiClient
Added lutum data, started herbicide service.
This commit is contained in:
11
FarmmapsApiSamples/ITestFlow.cs
Normal file
11
FarmmapsApiSamples/ITestFlow.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using FarmmapsApi.Models;
|
||||
|
||||
namespace FarmmapsApiSamples
|
||||
{
|
||||
public interface ITestFlow
|
||||
{
|
||||
Task TestFlow(List<UserRoot> roots);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user