示例#1
0
 public bool DeleteTemplate(TemplatesInput input)
 {
     return(_templatesService.DeleteTemplate(input));
 }