Ejemplo n.º 1
0
 public void delete(deleteNeighborhoodIntput input)
 {
     _neighborhoodManager.Delete(input.Id);
 }
Ejemplo n.º 2
0
 public void delete(deleteNeighborhoodIntput input)
 {
     // added by zuhdi for delete function
     //if(  _BuildingsAppService.getBuildingsByNeighborhood(input.Id).Count()<0)
     _neighborhoodManager.Delete(input.Id);
 }