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

7 lines
109 B
C#

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