no comment

This commit is contained in:
2017-10-04 23:53:47 +02:00
parent 9164a6cece
commit a9035f0cbb
54 changed files with 6158 additions and 213 deletions

View File

@ -1,7 +1,7 @@
using System.IO;
using Microsoft.AspNet.Authorization;
using Yavsc.Models;
using Yavsc.Models.Blog;
namespace Yavsc.ViewModel.Auth {
@ -9,7 +9,7 @@ namespace Yavsc.ViewModel.Auth {
{
public DirectoryInfo PathInfo { get; private set; }
public FileSpotInfo(string path, Blog b) {
public FileSpotInfo(string path, BlogPost b) {
PathInfo = new DirectoryInfo(path);
AuthorId = b.AuthorId;
BlogEntryId = b.Id;