mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
added LastSync to TwitterUser (wip)
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
namespace BirdsiteLive.DAL.Models
|
||||
using System;
|
||||
|
||||
namespace BirdsiteLive.DAL.Models
|
||||
{
|
||||
public class SyncTwitterUser
|
||||
{
|
||||
@ -7,5 +9,7 @@
|
||||
|
||||
public long LastTweetPostedId { get; set; }
|
||||
public long LastTweetSynchronizedForAllFollowersId { get; set; }
|
||||
|
||||
public DateTime LastSync { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user