Ejemplo n.º 1
0
 public virtual async Task <bool> ExistsAsync(Query query = null)
 {
     return(await RepositoryUtils.ExistsAsync(Database, TableName, Redis, query));
 }