Ejemplo n.º 1
0
 public AmigoData(ProjetoContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 public TituloData(ProjetoContext context) : base(context)
 {
 }
Ejemplo n.º 3
0
 public ConsoleData(ProjetoContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public SeedingService(ProjetoContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public EmprestimoData(ProjetoContext context) : base(context)
 {
 }
Ejemplo n.º 6
0
 public AnimaisRepository()
 {
     DbContext = ProjetoContext.Current;
 }
Ejemplo n.º 7
0
 public CrudData(ProjetoContext context)
 {
     Context = context;
 }