Exemplo n.º 1
0
 public UserRepository(RentoLibContext context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public UnitOfWork(RentoLibContext context)
 {
     this._context = context;
 }