Refactor code formatting and improve readability: standardize line breaks and indentation across various endpoint files, enhancing code clarity and maintainability. Update package version formatting in Directory.Packages.props for consistency.
This commit is contained in:
@@ -4,4 +4,5 @@ using TeleWave.Application.Common.Models;
|
||||
namespace TeleWave.Application.Broadcast.Bumpers;
|
||||
|
||||
/// <summary>Удалить блок заставки (кроме дефолтного) и его файлы.</summary>
|
||||
public sealed record RemoveBumperTemplateCommand(Guid ChannelId, Guid TemplateId) : ICommand<Result>;
|
||||
public sealed record RemoveBumperTemplateCommand(Guid ChannelId, Guid TemplateId)
|
||||
: ICommand<Result>;
|
||||
|
||||
Reference in New Issue
Block a user