2025-02-12 15:14:14 +05:00
|
|
|
|
using DD.Persistence.Client.Clients.Interfaces;
|
|
|
|
|
|
2025-02-14 13:26:47 +05:00
|
|
|
|
namespace DD.Persistence.Client.Clients.Mapping.Abstractions;
|
2025-02-12 15:14:14 +05:00
|
|
|
|
public interface ISetpointMappingClient : ISetpointClient
|
|
|
|
|
{
|
|
|
|
|
}
|