...
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Shared.DTOs
|
||||
public class OrderItemDto
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Title { get; set; }
|
||||
public int OrderID { get; set; }
|
||||
public string Type { get; set; }
|
||||
public int IDForType { get; set; }
|
||||
|
Reference in New Issue
Block a user