Exemplo n.º 1
0
 //public  UsersRepository { get; set; }
 public UnitOfWork(TrocaBolasContext context)
 {
     this._context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork()
 {
     _context = new TrocaBolasContext();
 }
 public SqlUserRepository()
 {
     _context = new TrocaBolasContext();
 }