public RepositorioAvaliacao(SGALContext context)
 {
     this.context = context;
 }
 public RepositorioComentario(SGALContext context)
 {
     this.context = context;
 }
Ejemplo n.º 3
0
 public RepositorioPeca(SGALContext context)
 {
     this.context = context;
 }
Ejemplo n.º 4
0
 public RepositorioMontagem(SGALContext context)
 {
     this.context = context;
 }
Ejemplo n.º 5
0
 public RepositorioLegooZer(SGALContext context)
 {
     this.context = context;
 }