Example #1
0
 public void PutWorkplace(int id, int workplaceId)
 {
     BuildingRepository.ChangePersonWorkplace(id, workplaceId);
 }