Esempio n. 1
0
        public async Task <IActionResult> AddModerToThemeAsync(ThemeModerVM themeModerVM)
        {
            await themeService.AddModerToThemeAsync(mapper.Map <ThemeModerDTO>(themeModerVM));

            return(NoContent());
        }