This commit is contained in:
mmrbnjd
2024-07-27 17:06:32 +03:30
parent f5666c705d
commit 97c30ce438
8 changed files with 206 additions and 41 deletions

View File

@@ -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; }