Beispiel #1
0
 public ProductService(IUnitOfWork aUnitOfWork)
 {
     UnitOfWork = aUnitOfWork;
 }