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