Waste/Waste.Web.Entry/Pages/Menu/Index.cshtml.cs

17 lines
291 B
C#

using Microsoft.AspNetCore.Mvc;
using Nirvana.Common;
using System.Collections.Generic;
using System.Threading.Tasks;
using Waste.Application;
namespace Waste.Web.Entry.Pages.Menu
{
public class IndexModel : BaseModel
{
public void OnGetAsync()
{
}
}
}