Wrapped up the model for blog views into some view models and dumped out posts on a blog.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041908
This commit is contained in:
ErikPorter
2009-11-23 16:26:24 +00:00
parent 0e82f05a42
commit 4fc0d746bd
6 changed files with 44 additions and 8 deletions

View File

@@ -79,6 +79,8 @@
<Compile Include="Services\IBlogPostService.cs" />
<Compile Include="Services\CreateBlogParams.cs" />
<Compile Include="Services\IBlogService.cs" />
<Compile Include="ViewModels\BlogsViewModel.cs" />
<Compile Include="ViewModels\BlogViewModel.cs" />
<Compile Include="ViewModels\CreateBlogViewModel.cs" />
</ItemGroup>
<ItemGroup>