Change namespace

This commit is contained in:
2025-10-03 14:44:12 +01:00
parent f163aa5feb
commit 2781f1e80a
8 changed files with 1 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
using System.ComponentModel.DataAnnotations;
using PyroFetes.Models;
namespace API.Models
namespace PyroFetes.Models
{
public class Product
{