forked from sanchezvem/PyroFetes
Maj
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
|
|
||||||
namespace API.DTO.Product.Request
|
namespace PyroFetes.DTO.Product.Request
|
||||||
{
|
{
|
||||||
public class CreateProductDto
|
public class CreateProductDto
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
|
|
||||||
namespace API.DTO.Product.Request
|
namespace PyroFetes.DTO.Product.Request
|
||||||
{
|
{
|
||||||
public class UpdateProductDto
|
public class UpdateProductDto
|
||||||
{
|
{
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
using API.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
using PyroFetes.DTO.Product.Response;
|
using PyroFetes.DTO.Product.Response;
|
||||||
|
|
||||||
namespace API.DTO.Product.Response
|
namespace PyroFetes.DTO.Product.Response
|
||||||
{
|
{
|
||||||
public class GetProductDto
|
public class GetProductDto
|
||||||
{
|
{
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
namespace API.DTO.Supplier.Request;
|
namespace PyroFetes.DTO.Supplier.Request;
|
||||||
|
|
||||||
public class CreateSupplierDto
|
public class CreateSupplierDto
|
||||||
{
|
{
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
namespace API.DTO.Supplier.Request;
|
namespace PyroFetes.DTO.Supplier.Request;
|
||||||
|
|
||||||
public class UpdateSupplierDto
|
public class UpdateSupplierDto
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
using API.DTO.Supplier.Request;
|
using PyroFetes.DTO.Supplier.Request;
|
||||||
|
|
||||||
namespace API.DTO.Supplier.Response;
|
namespace PyroFetes.DTO.Supplier.Response;
|
||||||
|
|
||||||
public class GetSupplierDto
|
public class GetSupplierDto
|
||||||
{
|
{
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
using API.DTO.Product.Response;
|
using PyroFetes.DTO.Product.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
using API.DTO.Product.Response;
|
using PyroFetes.DTO.Product.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
using API.DTO.Product.Response;
|
using PyroFetes.DTO.Product.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
using API.DTO.Product.Response;
|
using PyroFetes.DTO.Product.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.DTO.Product.Request;
|
using PyroFetes.DTO.Product.Request;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Supplier.Request;
|
using PyroFetes.DTO.Supplier.Request;
|
||||||
using API.DTO.Supplier.Response;
|
using PyroFetes.DTO.Supplier.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.Models;
|
using PyroFetes.Models;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Supplier.Response;
|
using PyroFetes.DTO.Supplier.Response;
|
||||||
using API.DTO.Supplier.Request;
|
using PyroFetes.DTO.Supplier.Request;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.Models;
|
using PyroFetes.Models;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Supplier.Request;
|
using PyroFetes.DTO.Supplier.Request;
|
||||||
using API.DTO.Supplier.Response;
|
using PyroFetes.DTO.Supplier.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
using API.DTO.Supplier.Request;
|
using PyroFetes.DTO.Supplier.Request;
|
||||||
using API.DTO.Supplier.Response;
|
using PyroFetes.DTO.Supplier.Response;
|
||||||
using FastEndpoints;
|
using FastEndpoints;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using PyroFetes.Models;
|
using PyroFetes.Models;
|
||||||
|
Reference in New Issue
Block a user