Skip to content

Instantly share code, notes, and snippets.

View sumeshkp18's full-sized avatar
💭
Learning things & Finding Solutions

SUMESH KP sumeshkp18

💭
Learning things & Finding Solutions
View GitHub Profile
@florisrobbemont
florisrobbemont / Domain.cs
Created March 13, 2013 20:09
Umbraco Get All Domains
/// <summary>
/// Represents a domain
/// </summary>
public class Domain
{
/// <summary>
/// Gets the unique domain id
/// </summary>
public int DomainId { get; set; }