mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
Moved unused code into Achive
This commit is contained in:
12
Archive/HaLive/Models/MenuSubMenuItem.cs
Normal file
12
Archive/HaLive/Models/MenuSubMenuItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HaLive.Models
|
||||
{
|
||||
public class MenuSubMenuItem : MenuItem
|
||||
{
|
||||
public List<MenuPageItem> menuPages { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user