This commit is contained in:
15
Demo/Models/Request.cs
Normal file
15
Demo/Models/Request.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Demo.Models
|
||||
{
|
||||
internal class Request
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public int FilesCount { get; set; }
|
||||
public string Details { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user