コード例 #1
0
 public async Task <int?> CheckIfSongThemeExistsAsync(int themeId, int songId)
 {
     return(await _themeRepository.CheckIfSongThemeExistsAsync(themeId, songId));
 }