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