Skip to content
Snippets Groups Projects

Add tests

Merged Soňa Nemečkayová requested to merge review-tests into restaurant-location-user-testing
Files
9
@@ -10,6 +10,7 @@ namespace BusinessLayer.DTOs.Review
public uint FoodRating { get; set; }
public uint ServiceRating { get; set; }
public uint EnvironmentRating { get; set; }
public Guid RestaurantId { get; set; }
public DateTime CreatedAt { get; set; }
public DateTime UpdatedAt { get; set; }
public DateTime? DeletedAt { get; set; }
Loading