Esempio n. 1
0
 public ProductDetailRepo()
 {
     dbb = StaticUnitOfWork.getContext();
 }
Esempio n. 2
0
 public ProductSummaryRepo()
 {
     dbb = StaticUnitOfWork.getContext();
 }