GiantsTools/Giants.DataContract/Contracts/V1/CommunityStatus.cs

10 lines
191 B
C#

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