no funciona el bearer
This commit is contained in:
24
swEmtusa/Controllers/ItemsController.cs
Normal file
24
swEmtusa/Controllers/ItemsController.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using SwaggerAutenticacion.Clases;
|
||||
using System.Linq.Dynamic.Core;
|
||||
using tsUtilidades;
|
||||
using System.Security.Claims;
|
||||
using bdEmtusa.db;
|
||||
using SwaggerColegiados.Controllers;
|
||||
using bdEmtusa;
|
||||
|
||||
|
||||
namespace SwaggerAutenticacion.Controllers
|
||||
{
|
||||
public class ItemsController : GenericoController<items, int>
|
||||
{
|
||||
private tscEmtusa bd;
|
||||
|
||||
public ItemsController()
|
||||
{
|
||||
bd = bdEmtusa.tscEmtusa.NuevoContexto(SoloLectura: false);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user