Example #1
0
 public UserRepository(RentoLibContext context)
     : base(context)
 {
 }
Example #2
0
 public UnitOfWork(RentoLibContext context)
 {
     this._context = context;
 }