public ImagenesController(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #2
0
 public ComentariosController(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #3
0
 public FavoritosCore(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public PublicacionEtiquetasCore(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #5
0
 public UsuarioDestacadosCore(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public UsuariosSeguidosCore(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public EtiquetasController(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public UsuariosController(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #9
0
 public PublicacionesCore(FrostArtDBContext dbContext)
 {
     this.dbContext = dbContext;
 }