add girIgnore

This commit is contained in:
jrojas
2026-06-23 19:03:17 +02:00
parent 52335cc5fa
commit 95c9039c78
321 changed files with 84 additions and 12748 deletions
@@ -0,0 +1,8 @@
namespace audit_logs.Services.Interfaces;
public interface IDeepCopyService
{
Task<T> DeepCopyAsync<T>(T source);
}