...
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Service">
|
<Reference Include="Service">
|
||||||
<HintPath>..\..\..\LocalGit\TaxPayerTools\Service\bin\Debug\Service.dll</HintPath>
|
<HintPath>..\..\Dlls\Service.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
@@ -93,7 +93,7 @@
|
|||||||
<i class="bx bx-dots-vertical-rounded"></i>
|
<i class="bx bx-dots-vertical-rounded"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
||||||
<a class="dropdown-item">تمدید</a>
|
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
|
||||||
<NavLink class="dropdown-item" href="Invoice">صورتحساب ها</NavLink>
|
<NavLink class="dropdown-item" href="Invoice">صورتحساب ها</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
<i class="bx bx-dots-vertical-rounded"></i>
|
<i class="bx bx-dots-vertical-rounded"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
||||||
<a class="dropdown-item">تمدید</a>
|
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
|
||||||
<NavLink class="dropdown-item" href="Cod">کالا ها</NavLink>
|
<NavLink class="dropdown-item" href="Cod">کالا ها</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
<i class="bx bx-dots-vertical-rounded"></i>
|
<i class="bx bx-dots-vertical-rounded"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
||||||
<a class="dropdown-item">تمدید</a>
|
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
|
||||||
<NavLink class="dropdown-item" href="Customer">مشتری ها</NavLink>
|
<NavLink class="dropdown-item" href="Customer">مشتری ها</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
<i class="bx bx-dots-vertical-rounded"></i>
|
<i class="bx bx-dots-vertical-rounded"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
|
||||||
<a class="dropdown-item">تمدید</a>
|
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
|
||||||
<NavLink class="dropdown-item" href="TaxPayer">سامانه مودیان</NavLink>
|
<NavLink class="dropdown-item" href="TaxPayer">سامانه مودیان</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -37,10 +37,10 @@ builder.Services.AddScoped(sp => new UserAuthenticationDTO()
|
|||||||
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://195.88.208.142:7075/api/") });
|
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://195.88.208.142:7075/api/") });
|
||||||
|
|
||||||
//Home
|
//Home
|
||||||
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://localhost:7075/api/") });
|
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://localhost:7075/api/") });
|
||||||
|
|
||||||
//farzan
|
//farzan
|
||||||
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });
|
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });
|
||||||
|
|
||||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("fa-Ir");
|
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("fa-Ir");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user