IAipDbLoggingService.cs 162 B

123456789
  1. 
  2. using AipGateway.Messaging.Models;
  3. namespace Aip.Service.Services.Interfaces;
  4. public interface IAipDbLoggingService
  5. {
  6. void Send(PayloadBase payload);
  7. }