示例#1
0
        public static bool DeletePPoint(string PPointid)
        {
            var ppoint = PpointRepository.GetPPoint(PPointid);

            PpointRepository.DeletePPoint(PPointid);

            return(BLLPublishingPoint.DeletePublishingPointPTM(ppoint.IIS_NAME));
        }
示例#2
0
 public static tppoint GetPPoint(string PPointid)
 {
     return(PpointRepository.GetPPoint(PPointid));
 }