Ejemplo n.º 1
0
 public bool Delete(int gigID)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Gig_Delete(gigID));
     }
 }