Skip to content

Commit bfa20c2

Browse files
feature(BLAZ-30173): Oracle database samples in blazor pivot table component.
1 parent fbd6f2a commit bfa20c2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

MyWebService/Controllers/PivotController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace PivotController.Controllers
77
{
88
[ApiController]
99
[Route("[controller]")]
10-
public class PivotController : ControllerBase
10+
public class MyWebService : ControllerBase
1111
{
1212
[HttpGet(Name = "GetOracleResult")]
1313
public object Get()

MyWebService/MyWebService.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.3.32929.385
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWebService", "MyWebService.csproj", "{54C2A430-359D-407D-A960-F06F5A2C0EAE}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {1C0FF5B2-3FE2-4F95-94F2-4B7CA2433366}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)