public async Task CreateOrUpdateAsync(TransactionDto input)
 {
     await _transactionManager.CreateOrUpdateAsync(input.MapTo <Transaction>());
 }