6 lines
165 B
C#
6 lines
165 B
C#
namespace FictionArchive.Service.NovelService.Models.Configuration;
|
|
|
|
public class NovelUpdateServiceConfiguration
|
|
{
|
|
public string PendingImageUrl { get; set; }
|
|
} |