feat: implémenter le service de tableau de bord et DTO pour les statistiques du tableau de bord
This commit is contained in:
@@ -56,4 +56,10 @@ public class LocalStyleRepository : IStyleRepository
|
||||
{
|
||||
throw new NotSupportedException("Mode local");
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public int Count()
|
||||
{
|
||||
return this.dataStore.Styles.Count;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user