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