mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
removal of old user analysis
This commit is contained in:
13
src/BirdsiteLive.Pipeline/Models/UserWithDataToSync.cs
Normal file
13
src/BirdsiteLive.Pipeline/Models/UserWithDataToSync.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using BirdsiteLive.DAL.Models;
|
||||
using BirdsiteLive.Twitter.Models;
|
||||
using Tweetinvi.Models;
|
||||
|
||||
namespace BirdsiteLive.Pipeline.Models
|
||||
{
|
||||
public class UserWithDataToSync
|
||||
{
|
||||
public SyncTwitterUser User { get; set; }
|
||||
public ExtractedTweet[] Tweets { get; set; }
|
||||
public Follower[] Followers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user