Exemplo n.º 1
0
 public UnitOfWork(AxDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork()
 {
     context = new AxDbContext();
 }
Exemplo n.º 3
0
 public Repository(AxDbContext context)
 {
     this.context = context;
 }