Beispiel #1
0
 /**
  * Construtor
  */
 public CategoriaProdutoDAO(WebAdminContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 /**
  * Construtor
  */
 public ProdutoDAO(WebAdminContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 /**
  * Construtor
  */
 public TipoUsuarioDAO(WebAdminContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 /**
  * Construtor
  */
 public UsuarioDAO(WebAdminContext context, UsuarioAcesso usuarioAcesso)
 {
     this.context       = context;
     this.usuarioAcesso = usuarioAcesso;
 }