Ajout de l'implémentation du Repo pour la base de données afin d'afficher les titres sur la page d'accueil.
This commit is contained in:
10
Webzine.Repository/StyleRepository.cs
Normal file
10
Webzine.Repository/StyleRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Webzine.Repository
|
||||
{
|
||||
internal class StyleRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user