mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-05 16:16:39 +00:00
7 lines
200 B
C#
7 lines
200 B
C#
namespace PodNoms.Api.Models {
|
|
public class AppSettings {
|
|
public string Version { get; set; }
|
|
public string SiteUrl { get; set; }
|
|
public string RssUrl { get; set; }
|
|
}
|
|
} |