Make DateTimeAdded optional
This commit is contained in:
@@ -6,6 +6,6 @@ public class FreezerItemDto
|
|||||||
public string Item { get; set; }
|
public string Item { get; set; }
|
||||||
public int Amount { get; set; }
|
public int Amount { get; set; }
|
||||||
public int Drawer { get; set; }
|
public int Drawer { get; set; }
|
||||||
public string DateTimeAdded { get; set; }
|
public string? DateTimeAdded { get; set; }
|
||||||
public int FreezerId { get; set; }
|
public int FreezerId { get; set; }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user