Esempio n. 1
0
 public bool Update(int gigID, string description, string venue, DateTime startDateTime)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Gig_Update(gigID, description, venue, startDateTime));
     }
 }