Пример #1
0
 public void PutTeam(int id, int teamId)
 {
     BuildingRepository.ChangePersonTeam(id, teamId);
 }