2025-02-13 13:52:02 +02:00
|
|
|
|
using DevOpsProject.Shared.Models;
|
|
|
|
|
|
|
|
|
|
namespace DevOpsProject.CommunicationControl.Logic.Services.Interfaces
|
|
|
|
|
{
|
|
|
|
|
public interface ISpatialService
|
|
|
|
|
{
|
2025-02-16 22:15:22 +02:00
|
|
|
|
HiveOperationalArea GetHiveOperationalArea(HiveModel hiveModel);
|
2025-02-13 13:52:02 +02:00
|
|
|
|
}
|
|
|
|
|
}
|