1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-01 23:01:46 +02:00
GiantsTools/Giants.DataContract/Contracts/V1/CommunityStatus.cs

10 lines
191 B
C#
Raw Permalink Normal View History

namespace Giants.DataContract.V1
{
public class CommunityStatus
{
public string CommunityAppName { get; set; }
public string CommunityAppUri { get; set; }
}
}