DeviceManager/DeviceRepair.Api/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml

6 lines
98 B
Plaintext
Raw Permalink Normal View History

2024-05-28 14:36:38 +00:00
@using DeviceRepair.Api.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>