Esempio n. 1
0
 //Sport
 public async Task <List <ISport> > GetAllSportAsync()
 {
     return(await Repository.GetAllSportAsync());
 }