Exemplo n.º 1
0
 public static bool Manager_ActivePost(int postid)
 {
     return(ManagerDAL.ActivePost(postid));
 }