mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 11:26:40 +00:00
route in progress, region stitching is disabled by default
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using SatelliteProvider.Common.DTO;
|
||||
|
||||
namespace SatelliteProvider.Common.Interfaces;
|
||||
|
||||
public interface IRouteService
|
||||
{
|
||||
Task<RouteResponse> CreateRouteAsync(CreateRouteRequest request);
|
||||
Task<RouteResponse?> GetRouteAsync(Guid id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user