mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create Required attribute and tag properties
This commit is contained in:
@@ -5,8 +5,10 @@ namespace SabreTools.Models.Hashfile
|
||||
/// </summary>
|
||||
public class SpamSum
|
||||
{
|
||||
public string Hash { get; set; }
|
||||
[Required]
|
||||
public string? Hash { get; set; }
|
||||
|
||||
public string File { get; set; }
|
||||
[Required]
|
||||
public string? File { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user