add some annotations
This commit is contained in:
parent
568700a1ae
commit
9903397392
@ -6,6 +6,8 @@ using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace BankRestApi.Controllers
|
||||
{
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
public class TransferController : Controller
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
|
@ -6,6 +6,8 @@ using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace BankRestApi.Controllers
|
||||
{
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
public class WithdrawalController : Controller
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
|
Loading…
Reference in New Issue
Block a user