Recreated plugin with new project template. Started implementing server system daemon
This commit is contained in:
8
MoonlightServers.Shared/Http/Requests/FormSubmitDto.cs
Normal file
8
MoonlightServers.Shared/Http/Requests/FormSubmitDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace MoonlightServers.Shared.Http.Requests;
|
||||
|
||||
public class FormSubmitDto
|
||||
{
|
||||
[Required] [MaxLength(32)] public string TextField { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user