Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
9
.vscode-server/data/User/History/5571ccf7/WSMI.cs
Normal file
9
.vscode-server/data/User/History/5571ccf7/WSMI.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Seasoned.Backend.DTOs;
|
||||
|
||||
public class RecipeResponseDto
|
||||
{
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public List<string> Ingredients { get; set; } = new();
|
||||
public List<string> Instructions { get; set; } = new();
|
||||
}
|
||||
1
.vscode-server/data/User/History/5571ccf7/entries.json
Normal file
1
.vscode-server/data/User/History/5571ccf7/entries.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version":1,"resource":"vscode-remote://ssh-remote%2B10.0.11.3/home/chloe/Seasoned.Backend/DTOs/RecipeResponseDto.cs","entries":[{"id":"WSMI.cs","timestamp":1772653671151}]}
|
||||
Reference in New Issue
Block a user