Beispiel #1
0
 public async Task <int?> CheckIfThemeExistsAsync(string theme)
 {
     return(await _themeRepository.CheckIfThemeExistsAsync(theme.ToLower()));
 }