示例#1
0
        public EmailResponseDto <bool> CheckIfTemplateExist(string channelKey, string templateName)
        {
            var response = _emailTemplateRepository.CheckIfTemplateExist(channelKey, templateName);

            return(response);
        }