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