Skip to content

Instantly share code, notes, and snippets.

View juniormayhe's full-sized avatar
🌟
Per tal de tenir èxit cal fer esforç

Junior Mayhé juniormayhe

🌟
Per tal de tenir èxit cal fer esforç
View GitHub Profile
using Entidades.Modelo;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace Proyecto
{
public class MiClaseParaDatosContext : DbContext
{
public MiClaseParaDatosContext(DbContextOptions<MiClaseParaDatosContext> options) : base(options)
{
class Hello {
public int Id {get;set;}
}