Beispiel #1
0
 public async Task <List <T> > FindListBySql(string strSql)
 {
     return(await db.FindListBySql <T>(strSql));
 }