Example #1
0
 public EstadoRepository(AgsErpContext context) : base(context)
 {
 }
 public FornecedorRepository(AgsErpContext context) : base(context)
 {
 }
Example #3
0
 public EnderecoRepository(AgsErpContext context) : base(context)
 {
 }
 public UnidadeMedidaProdutoRepository(AgsErpContext context) : base(context)
 {
 }
Example #5
0
 public ClienteRepository(AgsErpContext context) : base(context)
 {
 }
Example #6
0
 protected Repository(AgsErpContext context)
 {
     Db    = context;
     DbSet = Db.Set <TEntity>();
 }
Example #7
0
 public ProdutoRepository(AgsErpContext context) : base(context)
 {
 }
Example #8
0
 public CidadeRepository(AgsErpContext context) : base(context)
 {
 }