Start on dockerization
Edited freezerDto a tad
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user