Exemple #1
0
 public static Int32 DeleteSurvey(Int32 survey_id)
 {
     return(BllSurvey.DeleteSurvey(survey_id));
 }