Added PodcastViewModel to entry VM

This commit is contained in:
Fergal Moran
2018-05-12 14:14:03 +01:00
parent 19c5c3ae3c
commit 4b6918a294
5 changed files with 16 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ namespace PodNoms.Api.Models.ViewModels {
public bool Processed { get; set; }
public string ProcessingPayload { get; set; }
public int PodcastId { get; set; }
// public PodcastViewModel Podcast { get; set; }
public PodcastViewModel Podcast { get; set; }
}
}