add girIgnore
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace audit_logs.Services.Interfaces;
|
||||
|
||||
public interface IDeepCopyService
|
||||
{
|
||||
Task<T> DeepCopyAsync<T>(T source);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user