Exemplo n.º 1
0
 public IEnumerable <T> Sql(string sqlQuery, Action <IParams> action = null) => Handler.Sql <T>(sqlQuery, action);