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