Start on dockerization

Edited freezerDto a tad
This commit is contained in:
KaasKop-
2023-04-07 13:03:22 +02:00
parent aff9bbe7d2
commit 1433d59207
13 changed files with 415 additions and 9 deletions

View File

@@ -3,6 +3,6 @@ namespace ThuisApi.Models;
public class FreezerDto
{
public int FreezerId { get; set; }
public string Location { get; set; }
public string Name { get; set; }
public int AmountInFreezer { get; set; }
}