Exemplo n.º 1
0
 public UnitOfWork(SPAContext _context)
 {
     this.context = _context;
 }
Exemplo n.º 2
0
 public TrainerRepository(SPAContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public UnitOfWork()
 {
     context = new SPAContext();
 }