MireaBackend/Endpoint/Common/Settings/ISaveSettings.cs

6 lines
108 B
C#
Raw Normal View History

2024-07-04 23:54:17 +03:00
namespace Mirea.Api.Endpoint.Common.Settings;
public interface ISaveSettings
{
void SaveSetting();
}