5 lines
105 B
C#
5 lines
105 B
C#
namespace Mirea.Api.Endpoint.Configuration;
|
|
public interface ISaveSettings
|
|
{
|
|
void SaveSetting();
|
|
} |