﻿function SiteServCategory() {
	this.__type = "SiteServCategory";
	this.Id = -1;
	this.Name = "";
	this.SubcategoryOf = -1;
}
