...
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Shared.DTOs
|
||||
{
|
||||
public class CTicketDto
|
||||
{
|
||||
public string CompanyID { get; set; }
|
||||
public string? CompanyID { get; set; }
|
||||
[Required]
|
||||
public string Title { get; set; }
|
||||
[Required]
|
||||
|
Reference in New Issue
Block a user