Example #1
0
 public ProductsController(IUOWork uof)
 {
     _uof = uof;
 }
 public CategoriesController(IUOWork context)
 {
     _uof = context;
 }