예제 #1
0
 public int Add(string subject, string newsText)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.News_Insert(subject, newsText, DateTime.Now));
     }
 }