Esempio n. 1
0
 public async Task <Performance> GetByIdAsync(int id)//get by id
 {
     return(await performanceRepository.FindByIdAsync(id));
 }