mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
init dataAccessLayers
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
namespace BirdsiteLive.DAL.Models
|
||||
{
|
||||
public class SyncTwitterUser
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Acct { get; set; }
|
||||
|
||||
public long LastTweetPostedId { get; set; }
|
||||
public long LastTweetSynchronizedForAllFollowersId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user