Example #1
0
 public IList <T> ExecuteSqlCommand(string sql)
 {
     return(dao.ExecuteSqlCommand(sql));
 }