refactoring

This commit is contained in:
Paul Schneider 2016-12-06 13:37:50 +01:00
commit f32f949189
2 changed files with 5 additions and 4 deletions

View file

@ -2,9 +2,8 @@ using System;
namespace Yavsc.ViewModels
{
public class UserFileInfo
public class DefaultFileInfo
{
public string Name { get; set; }
public long Size { get; set; }
@ -12,6 +11,8 @@ namespace Yavsc.ViewModels
public DateTime CreationTime { get; set; }
public DateTime LastModified { get; set; }
}
}