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