Commande dotnet format
This commit is contained in:
@@ -10,7 +10,8 @@ namespace Webzine.Repository;
|
||||
public class LocalStyleRepository : IStyleRepository
|
||||
{
|
||||
private readonly ILogger<LocalStyleRepository> logger;
|
||||
//private readonly List<Style> styles;
|
||||
|
||||
// private readonly List<Style> styles;
|
||||
private readonly InMemoryDataStore dataStore;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user