Getting to making it work with modals
This commit is contained in:
11
Seenginx.Models/NewFileForm.cs
Normal file
11
Seenginx.Models/NewFileForm.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public class NewFileForm
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user