MireaBackend/Endpoint/Configuration/ISaveSettings.cs

6 lines
106 B
C#
Raw Normal View History

2024-10-07 02:25:36 +03:00
namespace Mirea.Api.Endpoint.Configuration;
2024-07-04 23:54:17 +03:00
public interface ISaveSettings
{
void SaveSetting();
}