Пример #1
0
 public int Add(string name, string email, string comment)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Guestbook_Insert(name, email, comment, null));
     }
 }