Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FictionArchive.Service.NovelService.Services.SourceAdapters.Novelpia;
|
||||
|
||||
public class NovelpiaConfiguration
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user