preparing to feed abstract

test should run ok [modulo config]
This commit is contained in:
Paul Schneider 2018-07-15 06:47:41 +02:00
commit 0211026426
36 changed files with 765 additions and 243 deletions

View file

@ -0,0 +1,11 @@
using Microsoft.AspNet.FileProviders;
namespace Yavsc.ViewModels.Auth
{
public class ViewFileContext
{
public string UserName { get; set; }
public IFileInfo File { get; set; }
public string Path { get; set; }
}
}