Skip to content

Commit

Permalink
Update Photo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktawian-L committed Nov 6, 2019
1 parent 9c7ae91 commit f96378b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SubitonAPI/SubitonAPI/Models/Photo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class Photo
{
public int Id { get; set; }
public string Url { get; set; }
public string public_id { get; set; }
public int OrderNr { get; set; }
public string Description { get; set; }
public DateTime DateAdded { get; set; }
Expand Down

0 comments on commit f96378b

Please sign in to comment.