Update namespace for ProductCompanyTableCouple
This commit is contained in:
parent
b7677bc139
commit
e3a1888146
4 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace DrinkRateAPI.ApiModels.ProductTable;
|
||||
namespace DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
|
||||
|
||||
public class ProductCompanyTableCouplePost
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DrinkRateAPI.ApiModels.ProductTable;
|
||||
namespace DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
|
||||
|
||||
public class ProductCompanyTableCouplePostResponse
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DrinkRateAPI.ApiModels.ProductTable;
|
||||
using DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
|
||||
using DrinkRateAPI.AuthorizationPolicies;
|
||||
using DrinkRateAPI.Services;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
using DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
|
||||
using DrinkRateAPI.ApiModels.ProductTable;
|
||||
using DrinkRateAPI.Contexts;
|
||||
using DrinkRateAPI.DbEntities;
|
||||
|
|
Loading…
Reference in a new issue