5 lines
100 B
C#
5 lines
100 B
C#
namespace Infrastructure.Interceptors;
|
|
|
|
public interface IDryRunService : IInterceptedService
|
|
{
|
|
} |