+ Tips
+ Memberships - DDD - FutureCreator - UserTransactions
This commit is contained in:
@@ -49,7 +49,7 @@ internal class TestDataSeeder(
|
||||
creator.Id = creatorUser.Id;
|
||||
creator.CreatedBy = creator.Id;
|
||||
|
||||
await contentContext.Subscriptions.AddAsync(new Subscription
|
||||
await contentContext.Followers.AddAsync(new Follower
|
||||
{
|
||||
CreatedBy = userA.Id, CreatorId = creator.Id
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user