Skip to content

Commit f9ae19d

Browse files
feature(BLAZ-30515): Oracle database samples in blazor pivot table component.
1 parent 4e862eb commit f9ae19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MyWebService/Controllers/PivotController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
using Oracle.ManagedDataAccess.Client;
44
using System.Data;
55

6-
namespace PivotController.Controllers
6+
namespace MyWebService.Controllers
77
{
88
[ApiController]
99
[Route("[controller]")]
10-
public class MyWebService : ControllerBase
10+
public class PivotController : ControllerBase
1111
{
1212
[HttpGet(Name = "GetOracleResult")]
1313
public object Get()

0 commit comments

Comments
 (0)