示例#1
0
 public AllDataSyncTask()
 {
     _db          = new DapperContext();
     _syncService = new SyncService(AppContext.Log);
 }
示例#2
0
 public WorkScheduleSyncTask()
 {
     _db          = new DapperContext();
     _syncService = new SyncService(AppContext.Log);
 }