forked from Teknikode/Teknik
4 changed files with 32 additions and 1 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
using System; |
||||
using System.Collections.Generic; |
||||
using System.Linq; |
||||
using System.Web; |
||||
|
||||
namespace Teknik.Configuration |
||||
{ |
||||
public class ShortenerConfig |
||||
{ |
||||
public string ShortenerHost { get; set; } |
||||
|
||||
public ShortenerConfig() |
||||
{ |
||||
ShortenerHost = string.Empty; |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue