Example #1
0
 public V_RELATIONPOST GetRelationPostByID(string strID)
 {
     using (RelationPostBLL bll = new RelationPostBLL())
     {
         return(bll.GetRelationPostByID(strID));
     }
 }
 public V_RELATIONPOST GetRelationPostByID(string strID)
 {
     using (RelationPostBLL bll = new RelationPostBLL())
     {
         return bll.GetRelationPostByID(strID);
     }
 }