public PerfilAcessoRepository()
 {
     _ctx = new Pix4FunContext();
 }
示例#2
0
 public UsuarioRepository()
 {
     _ctx = new Pix4FunContext();
 }
示例#3
0
 public CupomRepository()
 {
     _ctx = new Pix4FunContext();
 }
示例#4
0
 public PedidoRepository()
 {
     _ctx = new Pix4FunContext();
 }
示例#5
0
 public PackRepository()
 {
     _ctx = new Pix4FunContext();
 }
示例#6
0
 public FotoRepository()
 {
     _ctx = new Pix4FunContext();
 }
示例#7
0
 public PagamentoRepository()
 {
     _ctx = new Pix4FunContext();
 }