Пример #1
0
 public bool Update(int newsID, string subject, string newsText)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.News_Update(newsID, subject, newsText));
     }
 }