Beispiel #1
0
 public void Remove(int id)
 {
     _companyRepo.Remove(id);
 }