Beispiel #1
0
 public void RemoveHost(int HostId)
 {
     m_HostRepo.DeleteById(HostId);
     m_HostTagRepo.DeleteByHostId(HostId);
 }