Skip to content

Commit

Permalink
fix: artwork recommendation resource fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAlonso1 committed Nov 12, 2023
1 parent 3e0190c commit 50e9fc2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace PERUSTARS.ArtworkManagement.Interfaces.REST.Resources
public class ArtworkRecommendationResource
{
public long Id { get; set; }
public long HobyistId { get; set; }
public long HobbyistId { get; set; }
public long ArtistId { get; set; }
public long ArtworkId { get; set; }
public DateTime RecommendationDateTime { get; set; }
Expand Down
Binary file modified PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll
Binary file not shown.
Binary file modified PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb
Binary file not shown.

0 comments on commit 50e9fc2

Please sign in to comment.