Beispiel #1
0
 public int ExecuteNoQuery(string sql)
 {
     return(db.ExecuteNoQuery(sql));
 }