Exemplo n.º 1
0
 public async Task UpsertLogDataBatchAsync(List <LogData> logData, bool sync = false)
 {
     await _itemManagerWrapper.UpsertBatch(logData, sync);
 }
Exemplo n.º 2
0
 public async Task UpsertUserAccountBatchAsync(List <UserAccount> userAccount, bool sync = false)
 {
     await _itemManagerWrapper.UpsertBatch(userAccount, sync);
 }