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