#202 : Optimisation du Dashboard.
This commit is contained in:
@@ -107,6 +107,12 @@ namespace Webzine.Repository
|
||||
return this.dataStore.Artistes.Count(predicate);
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public int CountWithBiography()
|
||||
{
|
||||
return this.dataStore.Artistes.Count(a => !string.IsNullOrEmpty(a.Biographie));
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public IEnumerable<Artiste> FindArtistes(int offset, int limit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user