using AsbCloudApp.IntegrationEvents.Interfaces; namespace AsbCloudApp.IntegrationEvents; /// /// Обновление показателей бурения /// /// public record UpdateWellInfoEvent(int IdWell) : IIntegrationEvent;