namespace Apimanager_backend.Dtos { public class UpdateSystemConfigDto { public string ConfigName { get; set; } public string ConfigBody { get; set; } } }