Ejemplo n.º 1
0
 public void DeleteWorkplace(int id, int workplaceId)
 {
     BuildingRepository.RemovePersonWorkplace(id, workplaceId);
 }