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