Пример #1
0
 public bool deletePointData(int id)
 {
     return(dal.deletePointData(id) > 0);
 }