From 8019d57fd02513781e0fcdabea7881de6d1216ee Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Wed, 26 Apr 2023 11:35:45 +0200 Subject: [PATCH] add base classes --- Core/Recipe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Recipe.cs b/Core/Recipe.cs index a5a9d41..6317af1 100644 --- a/Core/Recipe.cs +++ b/Core/Recipe.cs @@ -18,7 +18,7 @@ namespace ShoopNCook.Core private List steps; public Recipe( - string name, + string name, string description, User owner, Uri image,