Example #1
0
 public ProductService(ITradeUnitOfWork tuow)
 {
     this._tuow = tuow;
 }
Example #2
0
 public ShopService(ITradeUnitOfWork tuow)
 {
     this._tuow = tuow;
 }