Ejemplo n.º 1
0
 public virtual T First(string where = null)
 {
     return(DbDapper.First <T>(where, DbConnection, DbTransaction));
 }