Example #1
0
 // Authentication
 public static string GetRole(string sql)
 {
     return(GenericDAL.execQuery(sql, Conn));
 }