Exemple #1
0
 public int ExcuteSQL(string _sql)
 {
     return(CurrentDAL.ExcuteSQL(_sql));
 }