File tree Expand file tree Collapse file tree
Secure.SecurityDatabaseSync.BLL/Tasks
Secure.SecurityDatabaseSync.UI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88using System . Linq ;
99using System . Threading . Tasks ;
1010
11- namespace Secure . SecurityDatabaseSync . BLL . Services
11+ namespace Secure . SecurityDatabaseSync . BLL . Tasks
1212{
1313 /// <inheritdoc cref="ISyncTask"/>
1414 public class BulkSyncTask : ISyncTask , IDisposable
Original file line number Diff line number Diff line change 77using System . Linq ;
88using System . Threading . Tasks ;
99
10- namespace Secure . SecurityDatabaseSync . BLL . Services
10+ namespace Secure . SecurityDatabaseSync . BLL . Tasks
1111{
1212 /// <inheritdoc cref="ISyncTask"/>
1313 public class DefaultSyncTask : ISyncTask , IDisposable
Original file line number Diff line number Diff line change 88using System . Linq ;
99using System . Threading . Tasks ;
1010
11- namespace Secure . SecurityDatabaseSync . BLL . Services
11+ namespace Secure . SecurityDatabaseSync . BLL . Tasks
1212{
1313 /// <inheritdoc cref="ISyncTask"/>
1414 public class HardBulkSyncTask : ISyncTask , IDisposable
Original file line number Diff line number Diff line change 11using Secure . SecurityDatabaseSync . BLL . Interfaces ;
2- using Secure . SecurityDatabaseSync . BLL . Services ;
2+ using Secure . SecurityDatabaseSync . BLL . Tasks ;
33using Secure . SecurityDatabaseSync . DAL . Constants ;
44using Secure . SecurityDatabaseSync . DAL . Contexts ;
55using Secure . SecurityDatabaseSync . DAL . Extensions ;
You can’t perform that action at this time.
0 commit comments