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();
 }