fix: Result & DTOs for GetById + cleanup
This commit is contained in:
@@ -16,3 +16,12 @@ public class CreateTicketResponse
|
||||
public string Title{get;set;} = "";
|
||||
public string Description{get;set;} = "";
|
||||
}
|
||||
|
||||
|
||||
public class TicketResponse
|
||||
{
|
||||
public Guid Id {get;set;}
|
||||
public string Title{get;set;} = "";
|
||||
public string Description{get;set;} = "";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user