=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===
This commit is contained in:
@@ -21,6 +21,7 @@ public class LocalAuditService(
|
||||
/// <param name="dataOriginal">The original data before the change.</param>
|
||||
/// <param name="dataModified">The modified data after the change.</param>
|
||||
/// <param name="reason">An optional reason for the change; when null, the audit log is created without supplying a reason.</param>
|
||||
/// <!-- aidoc:v1 sig=5416223 body=dfb91a0 -->
|
||||
public async Task CreateAuditLogAsync(ClaimsPrincipal? user, object? dataOriginal, object? dataModified,
|
||||
string? reason)
|
||||
{
|
||||
@@ -48,6 +49,7 @@ public class LocalAuditService(
|
||||
/// </summary>
|
||||
/// <param name="data">The data to be deep copied.</param>
|
||||
/// <returns>A task representing the asynchronous operation, containing the deep copy of the data, or <c>null</c> if both copy methods fail.</returns>
|
||||
/// <!-- aidoc:v1 sig=8c305ad body=f157829 -->
|
||||
public async Task<T?> DeepCopyAsync<T>(T data)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user