예제 #1
0
 public TopicEntities GetTopicByID(int ID)
 {
     TopicDAL topicDAL = new TopicDAL();
     return topicDAL.GetTopicByID(ID);
 }