mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-16 02:19:27 +00:00
i did that shit
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
namespace Submission.Api.Models;
|
||||
|
||||
[BsonCollection("signatures")]
|
||||
public class Widget : Document
|
||||
public class Signature : Document
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string IdCard { get; set; }
|
||||
public string Signature_SVG { get; set; }
|
||||
public DateTime Timestamp { get; set; }
|
||||
|
||||
public Guid PetitionId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user