public LlavesAPIController(ApplicationDbContext context, IMapper mapper, ServicioLlaves servicioLlaves) { this.context = context; this.mapper = mapper; this.servicioLlaves = servicioLlaves; }
public CuentasController(UserManager <Usuario> userManager, IConfiguration configuration, SignInManager <Usuario> signInManager, ServicioLlaves servicioLlaves) { this.userManager = userManager; this.configuration = configuration; this.signInManager = signInManager; this.servicioLlaves = servicioLlaves; }