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