Exemplo n.º 1
0
 public ClienteRepository(SampleCqrsDbContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public UnitOfWork(SampleCqrsDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public PedidoRepository(SampleCqrsDbContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 public Repository(SampleCqrsDbContext context)
 {
     this.context = context;
 }