mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
can create and drag and drop pages
This commit is contained in:
9
Management/Models/Local/IModuleItem.cs
Normal file
9
Management/Models/Local/IModuleItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace LocalModels;
|
||||
|
||||
public interface IModuleItem
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public DateTime DueAt { get; init; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user