We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e862eb commit f9ae19dCopy full SHA for f9ae19d
MyWebService/Controllers/PivotController.cs
@@ -3,11 +3,11 @@
3
using Oracle.ManagedDataAccess.Client;
4
using System.Data;
5
6
-namespace PivotController.Controllers
+namespace MyWebService.Controllers
7
{
8
[ApiController]
9
[Route("[controller]")]
10
- public class MyWebService : ControllerBase
+ public class PivotController : ControllerBase
11
12
[HttpGet(Name = "GetOracleResult")]
13
public object Get()
0 commit comments