Ejemplo n.º 1
0
 public async Task remove(int id)
 {
     await _laptopRepository.remove(id);
 }