コード例 #1
0
 public async Task <List <EntityByNameAndId> > GetAllByNameWithComposersAndIdAsync()
 {
     return(await _songRepository.GetAllByNameWithComposersAndIdAsync());
 }