Beispiel #1
0
        public TemplatesOutput GetAllTemplatesByTypeId(TemplatesInput input)
        {
            var output = new TemplatesOutput();

            output = _templatesService.GetAllTemplatesByTypeId(input);
            return(output);
        }