Files
Sergio Matias Urquin 6358f5f199 Add project files.
2025-04-29 18:39:57 -06:00

10 lines
205 B
C#

namespace Core.Blueprint.DAL.Logs.Contracts
{
public interface IBlueprintLogger<T> where T : class, new()
{
//logger
//serilog...
//patterns of structuie logging
}
}