Exemplo n.º 1
0
 public Template Get(Guid id)
 {
     return(_templateQueryService.GetTemplate(id));
 }
Exemplo n.º 2
0
 private Template GetTemplateDetails(Guid templateId)
 {
     return(_templateQueryService.GetTemplate(templateId));
 }