11 lines
145 B
C#
11 lines
145 B
C#
|
|
namespace YBDevice.NWeb.Pages.Menu
|
||
|
|
{
|
||
|
|
public class IndexModel : BaseModel
|
||
|
|
{
|
||
|
|
public void OnGetAsync()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|