示例#1
0
 public static CollectionPoint GetCollectionPointByPlaceId(long placeId)
 {
     return(CollectionPointDAO.GetCollectionPointByPlaceId(placeId));
 }