Exemplo n.º 1
0
 public BaseRepository(VsShopperContext vsShopperContext)
 {
     _vsShopperContext = vsShopperContext;
 }
Exemplo n.º 2
0
 public OrcamentoRepository(VsShopperContext vsShopperContext) : base(vsShopperContext)
 {
 }
Exemplo n.º 3
0
 public UsuarioRepository(VsShopperContext vsShopperContext) : base(vsShopperContext)
 {
 }
Exemplo n.º 4
0
 public ComprasRepository(VsShopperContext vsShopperContext) : base(vsShopperContext)
 {
 }
Exemplo n.º 5
0
 public StatusRepository(VsShopperContext vsShopperContext) : base(vsShopperContext)
 {
 }
Exemplo n.º 6
0
 public PerfilRepository(VsShopperContext vsShopperContext) : base(vsShopperContext)
 {
 }
Exemplo n.º 7
0
 public CategoriaRepository(VsShopperContext baseContext) : base(baseContext)
 {
 }