@@ -28,16 +28,16 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Guid FileTypeId { get; set; }
|
||||
|
||||
[StringLength(2000)]
|
||||
public string Name { get; set; } = null!;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
[StringLength(2000)]
|
||||
public string Path { get; set; } = null!;
|
||||
|
||||
public int SignViewMinimumMinutes { get; set; }
|
||||
|
||||
|
||||
public string Path { get; set; } = string.Empty;
|
||||
public int SignViewMinimumMinutes { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user