mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 09:18:08 +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; }
|
|
}
|
|
} |