using HeBianGu.Base.WpfBase; using HeBianGu.Service.Mvc; using System; using System.Threading.Tasks; namespace HeBianGu.App.Disk { [Controller("Extend")] internal class ExtendController : Controller { public async Task Extend() { return await ViewAsync(); } } }