Esempio n. 1
0
 //Music
 public async Task <List <IMusic> > GetAllMusicAsync()
 {
     return(await Repository.GetAllMusicAsync());
 }