initial commit
This commit is contained in:
8
Dto/Template/Get/GetTemplateDto.cs
Normal file
8
Dto/Template/Get/GetTemplateDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Microsoft.SelfService.Portal.Core.API.Dto.Template.Get
|
||||
{
|
||||
public class GetTemplateDto : BaseDto
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user