2025-02-11 15:36:55 +03:00

5 lines
105 B
C#

namespace Mirea.Api.Endpoint.Configuration;
public interface ISaveSettings
{
void SaveSetting();
}