packaging+fs

This commit is contained in:
Paul Schneider 2019-08-21 17:23:58 +01:00
commit 1bd9843d7e
21 changed files with 95 additions and 66 deletions

View file

@ -1,10 +1,10 @@
using Microsoft.AspNet.Mvc;
using System.Threading.Tasks;
using Yavsc.Helpers;
using Yavsc.ViewModels.UserFiles;
namespace Yavsc.ViewComponents
{
using System.Threading.Tasks;
using Yavsc.Abstract.FileSystem;
using Yavsc.ViewModels.UserFiles;
public class DirectoryViewComponent : ViewComponent
{