Ejemplo n.º 1
0
 public int DeleteTopic(int ID, ref string oUTPUT)
 {
     TopicDAL topicDAL = new TopicDAL();
     return topicDAL.DeleteTopic(ID, ref oUTPUT);
 }