Introduce IFavoritable and adopt across Recipe and view models
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Francesco.Recipes.World.Models
|
||||
{
|
||||
public interface IFavoritable
|
||||
{
|
||||
Guid Id { get; set; }
|
||||
|
||||
bool IsFavorite { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user