|
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()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|