mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-26 03:09:27 +00:00
5 lines
129 B
C#
5 lines
129 B
C#
namespace PodNoms.Api.Models.Settings {
|
|
public class HelpersSettings {
|
|
public string Downloader { get; set; }
|
|
}
|
|
} |