mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-25 02:39:47 +00:00
Refactor to guid uid
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user