C# Class EducationPathways.Domain.Topic

Inheritance: INode, IScorable
Exibir arquivo Open project: pebblecode/EducationPathways

Public Methods

Method Description
SetId ( int id ) : void
Topic ( string name, string description = "" ) : System

Method Details

SetId() public method

public SetId ( int id ) : void
id int
return void

Topic() public method

public Topic ( string name, string description = "" ) : System
name string
description string
return System