forked from sanchezvem/PyroFetes
Change namespace
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using PyroFetes.Models;
|
||||
|
||||
namespace API.Models
|
||||
namespace PyroFetes.Models
|
||||
{
|
||||
public class Product
|
||||
{
|
||||
|
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Models;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
|
Reference in New Issue
Block a user