Esempio n. 1
0
 /// <summary>
 /// Logs the successful calculation in the file
 /// </summary>
 /// <param name="calculationResult">Result of the calculation</param>
 /// <returns></returns>
 public async Task LogInfo(CalculationResult calculationResult)
 {
     await File.AppendAllTextAsync(FileFullName, calculationResult.FormatFileString());
 }