implement settings api

This commit is contained in:
zznty
2022-09-30 11:51:34 +07:00
parent 0ad21bda29
commit 7b448fe278
8 changed files with 225 additions and 82 deletions

View File

@@ -3,5 +3,5 @@ namespace TorchRemote.Plugin.Abstractions.Controllers;
public interface ISettingsController
{
SettingInfoResponse Get(Guid id);
SettingInfoResponse Get(string fullName);
}