Exemple #1
0
 public async Task delete(int id)
 {
     if (ModelState.IsValid)
     {
         await _laptopService.remove(id);
     }
 }