9 lines
186 B
C#
9 lines
186 B
C#
namespace Apimanager_backend.Dtos
|
|
{
|
|
public class UpdateSystemConfigDto
|
|
{
|
|
public string ConfigName { get; set; }
|
|
public string ConfigBody { get; set; }
|
|
}
|
|
}
|