|
|
@ -193,8 +193,7 @@ public class CmsKitDataSeedContributor : IDataSeedContributor, ITransientDepende
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
"comment",
|
|
|
|
"comment",
|
|
|
|
null,
|
|
|
|
null,
|
|
|
|
_cmsKitTestData.User1Id,
|
|
|
|
_cmsKitTestData.User1Id
|
|
|
|
""
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
@ -202,8 +201,7 @@ public class CmsKitDataSeedContributor : IDataSeedContributor, ITransientDepende
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
"reply",
|
|
|
|
"reply",
|
|
|
|
comment1.Id,
|
|
|
|
comment1.Id,
|
|
|
|
_cmsKitTestData.User2Id,
|
|
|
|
_cmsKitTestData.User2Id
|
|
|
|
""
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
@ -211,8 +209,7 @@ public class CmsKitDataSeedContributor : IDataSeedContributor, ITransientDepende
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
"reply",
|
|
|
|
"reply",
|
|
|
|
comment1.Id,
|
|
|
|
comment1.Id,
|
|
|
|
_cmsKitTestData.User1Id,
|
|
|
|
_cmsKitTestData.User1Id
|
|
|
|
""
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
@ -220,8 +217,7 @@ public class CmsKitDataSeedContributor : IDataSeedContributor, ITransientDepende
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
"comment",
|
|
|
|
"comment",
|
|
|
|
null,
|
|
|
|
null,
|
|
|
|
_cmsKitTestData.User2Id,
|
|
|
|
_cmsKitTestData.User2Id
|
|
|
|
""
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
@ -229,8 +225,7 @@ public class CmsKitDataSeedContributor : IDataSeedContributor, ITransientDepende
|
|
|
|
_cmsKitTestData.EntityId2,
|
|
|
|
_cmsKitTestData.EntityId2,
|
|
|
|
"comment",
|
|
|
|
"comment",
|
|
|
|
null,
|
|
|
|
null,
|
|
|
|
_cmsKitTestData.User2Id,
|
|
|
|
_cmsKitTestData.User2Id
|
|
|
|
""
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
|
await _commentRepository.InsertAsync(new Comment(_guidGenerator.Create(),
|
|
|
@ -238,8 +233,7 @@ public class CmsKitDataSeedContributor : IDataSeedContributor, ITransientDepende
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
_cmsKitTestData.EntityId1,
|
|
|
|
"comment",
|
|
|
|
"comment",
|
|
|
|
null,
|
|
|
|
null,
|
|
|
|
_cmsKitTestData.User2Id,
|
|
|
|
_cmsKitTestData.User2Id
|
|
|
|
""
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|