Esempio n. 1
0
 // Cars
 public async Task <List <ICars> > GetAllCarsAsync()
 {
     return(await Repository.GetAllCarsAsync());
 }