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:
15
Webzine.Repository/ArtisteRepository.cs
Normal file
15
Webzine.Repository/ArtisteRepository.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// <copyright file="ArtisteRepository.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
namespace Webzine.Repository
|
||||
{
|
||||
using Webzine.Repository.Contracts;
|
||||
/// <summary>
|
||||
/// Implémentation de l'interface IArtisteRepository.
|
||||
/// </summary>
|
||||
public class ArtisteRepository : IArtisteRepository
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user