Implement file upload
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
|
||||
public string FileName { get; set; }
|
||||
|
||||
public int UploaderId { get; set; }
|
||||
public string UploaderId { get; set; }
|
||||
|
||||
public DateTime? UploadedAt { get; set; }
|
||||
public DateTime UploadedAt { get; set; }
|
||||
|
||||
public DateTime? ParsedAt { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user