Esempio n. 1
0
 public async Task <T> GetById(int id)
 {
     return(await _carRentAppDbContext.FindAsync <T>(id));
 }