add some annotations

This commit is contained in:
Zakharov_Rostislav 2024-04-29 14:02:26 +04:00
parent 568700a1ae
commit 9903397392
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ using Microsoft.AspNetCore.Mvc;
namespace BankRestApi.Controllers
{
[Route("api/[controller]/[action]")]
[ApiController]
public class TransferController : Controller
{
private readonly ILogger _logger;

View File

@ -6,6 +6,8 @@ using Microsoft.AspNetCore.Mvc;
namespace BankRestApi.Controllers
{
[Route("api/[controller]/[action]")]
[ApiController]
public class WithdrawalController : Controller
{
private readonly ILogger _logger;