Added Blog commands (Create, Import)

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-06-03 17:41:04 -07:00
parent cac40c37a6
commit 727647a043
3 changed files with 130 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ namespace Orchard.Blogs.Models {
public string Name {
get { return this.As<RoutableAspect>().Title; }
set { this.As<RoutableAspect>().Title = value; }
}
//TODO: (erikpo) Need a data type for slug