Refactor to guid uid

This commit is contained in:
Fergal Moran
2018-05-11 20:24:11 +01:00
parent 5f905d3516
commit d5c9df78cb
31 changed files with 476 additions and 358 deletions

View File

@@ -4,7 +4,6 @@ namespace PodNoms.Api.Models.ViewModels {
public class PodcastEntryViewModel {
public int Id { get; set; }
public int PodcastId { get; set; }
public string Uid { get; set; }
public DateTime CreateDate { get; set; }
public string Author { get; set; }
public string Title { get; set; }