Skip to content

Instantly share code, notes, and snippets.

using Microsoft.AspNetCore.Mvc;
using textil_salas.Models;
namespace textil_salas.Controllers
{
public class AccountController : Controller
{
// LOGIN
[HttpGet]