示例#1
0
 public void DeleteOfficeById(string officeId)
 {
     _officeRepository.DeleteOfficeById(officeId);
 }