4 lines
127 B
C#
4 lines
127 B
C#
namespace ErsatzTV.Application.Troubleshooting.Queries;
|
|
|
|
public record GetTroubleshootingInfo : IRequest<TroubleshootingInfo>;
|