forked from sanchezvem/PyroFetes
added
This commit is contained in:
@@ -5,8 +5,7 @@ using PyroFetes.DTO.PurchaseProduct.Response;
|
||||
|
||||
namespace PyroFetes.Endpoints.PurchaseProduct;
|
||||
|
||||
public class CreatePurchaseProductEndpoint(PyroFetesDbContext database)
|
||||
: Endpoint<CreatePurchaseProductDto, GetPurchaseProductDto>
|
||||
public class CreatePurchaseProductEndpoint(PyroFetesDbContext database) : Endpoint<CreatePurchaseProductDto, GetPurchaseProductDto>
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
|
Reference in New Issue
Block a user