public BaseRepository(VsShopperContext vsShopperContext) { _vsShopperContext = vsShopperContext; }
public OrcamentoRepository(VsShopperContext vsShopperContext) : base(vsShopperContext) { }
public UsuarioRepository(VsShopperContext vsShopperContext) : base(vsShopperContext) { }
public ComprasRepository(VsShopperContext vsShopperContext) : base(vsShopperContext) { }
public StatusRepository(VsShopperContext vsShopperContext) : base(vsShopperContext) { }
public PerfilRepository(VsShopperContext vsShopperContext) : base(vsShopperContext) { }
public CategoriaRepository(VsShopperContext baseContext) : base(baseContext) { }