5 lines
105 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();
2025-02-11 15:36:55 +03:00
}