Example #1
0
 public void DeleteEnterpriseOffice(Guid officeId)
 {
     _enterpriseRepo.DeleteEnterpriseOffice(officeId);
 }