예제 #1
0
 public Template Get(Guid id)
 {
     return(_templateQueryService.GetTemplate(id));
 }
예제 #2
0
 private Template GetTemplateDetails(Guid templateId)
 {
     return(_templateQueryService.GetTemplate(templateId));
 }