コード例 #1
0
 public void delete(deleteNeighborhoodIntput input)
 {
     _neighborhoodManager.Delete(input.Id);
 }
コード例 #2
0
 public void delete(deleteNeighborhoodIntput input)
 {
     // added by zuhdi for delete function
     //if(  _BuildingsAppService.getBuildingsByNeighborhood(input.Id).Count()<0)
     _neighborhoodManager.Delete(input.Id);
 }