mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 01:25:27 +00:00 
			
		
		
		
	fix: add property for the review date
This commit is contained in:
		
							parent
							
								
									92123497e9
								
							
						
					
					
						commit
						48b4e1ec18
					
				| @ -93,7 +93,8 @@ public class ArtistController : Controller | ||||
|         { | ||||
|             RequestId = x.Id, | ||||
|             Message = x.ReviewMessage, | ||||
|             Rating = x.Rating.Value | ||||
|             Rating = x.Rating.Value, | ||||
|             ReviewDate = x.ReviewDate | ||||
|         }).ToList().Count; | ||||
|          | ||||
|         return Ok(result); | ||||
|  | ||||
| @ -5,4 +5,5 @@ public class RequestReviewModel | ||||
|     public int? RequestId { get; set; } | ||||
|     public string Message { get; set; } | ||||
|     public double Rating { get; set; } | ||||
|     public DateTime? ReviewDate { get; set; } | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler