Try to parse Php Serialized object.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace LaDOSE.Entity.Wordpress
|
||||
@@ -10,7 +11,7 @@ namespace LaDOSE.Entity.Wordpress
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Slug { get; set; }
|
||||
public string Date { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
public virtual IEnumerable<WPBooking> WPBookings { get; set; }
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace LaDOSE.Entity.Wordpress
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string WPUserId { get; set; }
|
||||
public string WPUserLogin { get; set; }
|
||||
public string WPMail { get; set; }
|
||||
public virtual IEnumerable<WPBooking> WPBookings { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user