Files
aspnet-microservice-template/Models/Messages/Instructions/CreateInstructionResponse.cs

7 lines
109 B
C#

namespace GamificationService.Models.Messages.Instructions;
public class CreateInstructionResponse
{
}