Update: Plugin Framework

This commit is contained in:
Gary Sharp
2013-03-04 20:55:14 +11:00
parent 9b80fd743b
commit c205386bcf
18 changed files with 172 additions and 77 deletions
@@ -11,5 +11,6 @@ namespace Disco.Services.Plugins
{
public string Id { get; set; }
public string Name { get; set; }
public bool PrimaryFeature { get; set; }
}
}