feat: Refactor Titre views and view models to use Administration area
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Titre;
|
||||
|
||||
public class AdminTitreDelete
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Titre { get; set; }
|
||||
|
||||
public string Artiste { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user