Ejemplo n.º 1
0
 public void DeleteOfficeById(string officeId)
 {
     _officeRepository.DeleteOfficeById(officeId);
 }