예제 #1
0
 public static Post GetPost(string post)
 {
     return(ConnectionDB.GetPost(post));
 }
예제 #2
0
 static Post GetPost(int id)
 {
     return(ConnectionDB.GetPost(id));
 }