Ejemplo n.º 1
0
 public bool Exists <T>(int?commandTimeout = null) where T : class
 {
     return(_dapper.Exists <T>(Connection, commandTimeout));
 }