Update namespace for ProductCompanyTableCouple

This commit is contained in:
martinshoob 2025-08-11 21:04:28 +02:00
parent b7677bc139
commit e3a1888146
4 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
namespace DrinkRateAPI.ApiModels.ProductTable;
namespace DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
public class ProductCompanyTableCouplePost
{

View file

@ -1,4 +1,4 @@
namespace DrinkRateAPI.ApiModels.ProductTable;
namespace DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
public class ProductCompanyTableCouplePostResponse
{

View file

@ -1,4 +1,4 @@
using DrinkRateAPI.ApiModels.ProductTable;
using DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
using DrinkRateAPI.AuthorizationPolicies;
using DrinkRateAPI.Services;
using Microsoft.AspNetCore.Authorization;

View file

@ -1,3 +1,4 @@
using DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
using DrinkRateAPI.ApiModels.ProductTable;
using DrinkRateAPI.Contexts;
using DrinkRateAPI.DbEntities;