Skip to content
Snippets Groups Projects
Commit 5cfaac14 authored by snemeckayova's avatar snemeckayova
Browse files

Add RestaurantId to ReviewDTO

parent 1f203765
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ namespace BusinessLayer.DTOs.Review ...@@ -10,6 +10,7 @@ namespace BusinessLayer.DTOs.Review
public uint FoodRating { get; set; } public uint FoodRating { get; set; }
public uint ServiceRating { get; set; } public uint ServiceRating { get; set; }
public uint EnvironmentRating { get; set; } public uint EnvironmentRating { get; set; }
public Guid RestaurantId { get; set; }
public DateTime CreatedAt { get; set; } public DateTime CreatedAt { get; set; }
public DateTime UpdatedAt { get; set; } public DateTime UpdatedAt { get; set; }
public DateTime? DeletedAt { get; set; } public DateTime? DeletedAt { get; set; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment