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