Exemplo n.º 1
0
 public UnitOfWork(UnoSquareContext context)
 {
     this._context = context;
     this.Products = new ProductRepository(this._context);
 }
Exemplo n.º 2
0
 public ProductRepository(UnoSquareContext context) : base(context)
 {
 }