public RoleController(SoftBitDbContext context) { _context = context; }
public HorariosController(SoftBitDbContext context) { _context = context; }
public CitaController(SoftBitDbContext context) { _context = context; }
public MensajesController(SoftBitDbContext context) { _context = context; }
public UsuarioController(SoftBitDbContext context) { _context = context; }
public UsersController(SoftBitDbContext context) { _context = context; }